diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-01 20:26:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-01 20:26:07 +0100 |
commit | ff1b90a4f4aec4d374261adda460ddc1d83c5ddd (patch) | |
tree | 356865160bad344c8c19b9c1d115d7574f75e005 /test-files/mds-kbdc/validate-tree/invalid/misplaced_information | |
parent | mds-kbdc: add some test cases + fix issued with inclusion (diff) | |
download | mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.gz mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.bz2 mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.xz |
mds-kbdc: m + more test cases
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files/mds-kbdc/validate-tree/invalid/misplaced_information')
-rw-r--r-- | test-files/mds-kbdc/validate-tree/invalid/misplaced_information | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/validate-tree/invalid/misplaced_information b/test-files/mds-kbdc/validate-tree/invalid/misplaced_information new file mode 100644 index 0000000..248a212 --- /dev/null +++ b/test-files/mds-kbdc/validate-tree/invalid/misplaced_information @@ -0,0 +1,38 @@ +language "" +country "" +variant "" +assumption + language "" + country "" + variant "" +end assumption + +# (language (@ 1 0-8) ‘""’) +# (country (@ 2 0-7) ‘""’) +# (variant (@ 3 0-7) ‘""’) +# (assumption (@ 4 0-10) +# (.inner +# (language (@ 5 2-10) ‘""’) +# (country (@ 6 2-9) ‘""’) +# (variant (@ 7 2-9) ‘""’) +# ) +# ) +# :1:0–8: error: information outside information clause +# language "" +# ^^^^^^^^ +# :2:0–7: error: information outside information clause +# country "" +# ^^^^^^^ +# :3:0–7: error: information outside information clause +# variant "" +# ^^^^^^^ +# :5:2–10: error: information outside information clause +# language "" +# ^^^^^^^^ +# :6:2–9: error: information outside information clause +# country "" +# ^^^^^^^ +# :7:2–9: error: information outside information clause +# variant "" +# ^^^^^^^ + |