mirror of https://github.com/kdl-org/kdl.git
add some tests
This commit is contained in:
parent
bf5a487a80
commit
34d859afdb
|
|
@ -0,0 +1,3 @@
|
||||||
|
node foo {
|
||||||
|
three
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
node /-{
|
||||||
|
child
|
||||||
|
} foo {
|
||||||
|
bar
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
node foo /-{
|
||||||
|
one
|
||||||
|
} \
|
||||||
|
/-{
|
||||||
|
two
|
||||||
|
} {
|
||||||
|
three
|
||||||
|
} /-{
|
||||||
|
four
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue