diff options
Diffstat (limited to '')
-rw-r--r-- | test-files/mds-kbdc/make-tree/valid/information | 7 | ||||
-rw-r--r-- | test-files/mds-kbdc/make-tree/valid/information-filled | 14 |
2 files changed, 21 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/make-tree/valid/information b/test-files/mds-kbdc/make-tree/valid/information new file mode 100644 index 0000000..1192eaf --- /dev/null +++ b/test-files/mds-kbdc/make-tree/valid/information @@ -0,0 +1,7 @@ +information +end information + +# (information (@ 1 0-11) +# (.inner nil) +# ) + diff --git a/test-files/mds-kbdc/make-tree/valid/information-filled b/test-files/mds-kbdc/make-tree/valid/information-filled new file mode 100644 index 0000000..69ce6dd --- /dev/null +++ b/test-files/mds-kbdc/make-tree/valid/information-filled @@ -0,0 +1,14 @@ +information + language "Language" # test that the quotes ends where it should + country "Country" + variant "Variant" +end information + +# (information (@ 1 0-11) +# (.inner +# (language (@ 2 2-10) ‘"Language"’) +# (country (@ 3 2-9) ‘"Country"’) +# (variant (@ 4 2-9) ‘"Variant"’) +# ) +# ) + |