mirror of https://github.com/kdl-org/kdl.git
fix newlines in new tests
This commit is contained in:
parent
86a9b05d39
commit
de2c882bfc
|
|
@ -1,3 +1,3 @@
|
|||
node foo {
|
||||
three
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
node 1 3
|
||||
node 1 3
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ node /-{
|
|||
child
|
||||
} foo {
|
||||
bar
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ multi
|
|||
line
|
||||
comment
|
||||
here
|
||||
*/ 2 3
|
||||
*/ 2 3
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ node foo /-{
|
|||
three
|
||||
} /-{
|
||||
four
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
node 1 2 /-
|
||||
{
|
||||
child
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue