diff --git a/tests/allman/issue0102.d.ref b/tests/allman/issue0102.d.ref new file mode 100644 index 0000000..8efd670 --- /dev/null +++ b/tests/allman/issue0102.d.ref @@ -0,0 +1 @@ +import std.stdio: stderr; diff --git a/tests/issue0102.args b/tests/issue0102.args new file mode 100644 index 0000000..d31866f --- /dev/null +++ b/tests/issue0102.args @@ -0,0 +1 @@ +--selective_import_space=false diff --git a/tests/issue0102.d b/tests/issue0102.d new file mode 100644 index 0000000..6710f90 --- /dev/null +++ b/tests/issue0102.d @@ -0,0 +1 @@ +import std.stdio : stderr; diff --git a/tests/otbs/issue0102.d.ref b/tests/otbs/issue0102.d.ref new file mode 100644 index 0000000..8efd670 --- /dev/null +++ b/tests/otbs/issue0102.d.ref @@ -0,0 +1 @@ +import std.stdio: stderr;