From df7f72d79f911737a00966c1a394772c05bec6ec Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 11 Jun 2020 03:12:49 -0700 Subject: [PATCH] Add a better test for issue 490 --- tests/allman/issue0490.d.ref | 7 +++++++ tests/issue0490.d | 7 +++++++ tests/otbs/issue0490.d.ref | 7 +++++++ 3 files changed, 21 insertions(+) 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