mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Tests for #102
This commit is contained in:
parent
8fbb3a513c
commit
95308b9fc5
4 changed files with 4 additions and 0 deletions
1
tests/allman/issue0102.d.ref
Normal file
1
tests/allman/issue0102.d.ref
Normal file
|
@ -0,0 +1 @@
|
|||
import std.stdio: stderr;
|
1
tests/issue0102.args
Normal file
1
tests/issue0102.args
Normal file
|
@ -0,0 +1 @@
|
|||
--selective_import_space=false
|
1
tests/issue0102.d
Normal file
1
tests/issue0102.d
Normal file
|
@ -0,0 +1 @@
|
|||
import std.stdio : stderr;
|
1
tests/otbs/issue0102.d.ref
Normal file
1
tests/otbs/issue0102.d.ref
Normal file
|
@ -0,0 +1 @@
|
|||
import std.stdio: stderr;
|
Loading…
Add table
Add a link
Reference in a new issue