fix newlines in new tests

This commit is contained in:
Kat Marchán 2024-11-28 22:32:37 -08:00
parent 86a9b05d39
commit de2c882bfc
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
6 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
node foo { node foo {
three three
} }

View File

@ -1 +1 @@
node 1 3 node 1 3

View File

@ -2,4 +2,4 @@ node /-{
child child
} foo { } foo {
bar bar
} }

View File

@ -3,4 +3,4 @@ multi
line line
comment comment
here here
*/ 2 3 */ 2 3

View File

@ -7,4 +7,4 @@ node foo /-{
three three
} /-{ } /-{
four four
} }

View File

@ -1,4 +1,4 @@
node 1 2 /- node 1 2 /-
{ {
child child
} }