mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-05-01 15:50:00 +03:00
Add a better test for issue 490
This commit is contained in:
parent
f37f2b4622
commit
df7f72d79f
3 changed files with 21 additions and 0 deletions
|
@ -4,3 +4,10 @@ void foo()
|
||||||
.asdf // blah
|
.asdf // blah
|
||||||
.flub;
|
.flub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void foo() // hello
|
||||||
|
{ // world
|
||||||
|
// ok
|
||||||
|
writeln("hi"); // hi!
|
||||||
|
} // done
|
||||||
|
//finish
|
||||||
|
|
|
@ -4,3 +4,10 @@ void foo()
|
||||||
.asdf // blah
|
.asdf // blah
|
||||||
.flub;
|
.flub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void foo() // hello
|
||||||
|
{ // world
|
||||||
|
// ok
|
||||||
|
writeln("hi"); // hi!
|
||||||
|
} // done
|
||||||
|
//finish
|
||||||
|
|
|
@ -3,3 +3,10 @@ void foo() {
|
||||||
.asdf // blah
|
.asdf // blah
|
||||||
.flub;
|
.flub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void foo() // hello
|
||||||
|
{ // world
|
||||||
|
// ok
|
||||||
|
writeln("hi"); // hi!
|
||||||
|
} // done
|
||||||
|
//finish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue