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 {
|
node foo {
|
||||||
three
|
three
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
node 1 3
|
node 1 3
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ node /-{
|
||||||
child
|
child
|
||||||
} foo {
|
} foo {
|
||||||
bar
|
bar
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ multi
|
||||||
line
|
line
|
||||||
comment
|
comment
|
||||||
here
|
here
|
||||||
*/ 2 3
|
*/ 2 3
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ node foo /-{
|
||||||
three
|
three
|
||||||
} /-{
|
} /-{
|
||||||
four
|
four
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
node 1 2 /-
|
node 1 2 /-
|
||||||
{
|
{
|
||||||
child
|
child
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue