purescript-0.15.15: tests/purs/layout/Delimiter.out
module Test where{
test1 = a;
test2 = {
b
};
test3 = do{
foo;
bar (
baz
) == 12;
baz};
test4 = c}
<eof>module Test where{
test1 = a;
test2 = {
b
};
test3 = do{
foo;
bar (
baz
) == 12;
baz};
test4 = c}
<eof>