diff --git a/tests/allman/issue0490.d.ref b/tests/allman/issue0490.d.ref index 0a25298..3d966a0 100644 --- a/tests/allman/issue0490.d.ref +++ b/tests/allman/issue0490.d.ref @@ -4,3 +4,10 @@ void foo() .asdf // blah .flub; } + +void foo() // hello +{ // world + // ok + writeln("hi"); // hi! +} // done +//finish diff --git a/tests/issue0490.d b/tests/issue0490.d index 0a25298..3d966a0 100644 --- a/tests/issue0490.d +++ b/tests/issue0490.d @@ -4,3 +4,10 @@ void foo() .asdf // blah .flub; } + +void foo() // hello +{ // world + // ok + writeln("hi"); // hi! +} // done +//finish diff --git a/tests/otbs/issue0490.d.ref b/tests/otbs/issue0490.d.ref index 7332368..92bee9a 100644 --- a/tests/otbs/issue0490.d.ref +++ b/tests/otbs/issue0490.d.ref @@ -3,3 +3,10 @@ void foo() { .asdf // blah .flub; } + +void foo() // hello +{ // world + // ok + writeln("hi"); // hi! +} // done +//finish