add some tests

This commit is contained in:
Kat Marchán 2024-11-28 00:16:12 -08:00
parent bf5a487a80
commit 34d859afdb
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
3 changed files with 18 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
node /-{
child
} foo {
bar
}

View File

@ -0,0 +1,10 @@
node foo /-{
one
} \
/-{
two
} {
three
} /-{
four
}