diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-07 14:23:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-07 14:23:36 +0100 |
commit | 8fa7e67619960554ac4189e8bbcde4a2ac130715 (patch) | |
tree | e2036975d7ca900882fb59de4737aa2030120ee6 /test-files/mds-kbdc/compile-layout/valid | |
parent | m (diff) | |
download | mds-8fa7e67619960554ac4189e8bbcde4a2ac130715.tar.gz mds-8fa7e67619960554ac4189e8bbcde4a2ac130715.tar.bz2 mds-8fa7e67619960554ac4189e8bbcde4a2ac130715.tar.xz |
mds-kbdc: compile-layout: add some test cases + file parsing bug
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/valid/assumption | 7 | ||||
-rw-r--r-- | test-files/mds-kbdc/compile-layout/valid/information | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/valid/assumption b/test-files/mds-kbdc/compile-layout/valid/assumption new file mode 100644 index 0000000..cf38db9 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/valid/assumption @@ -0,0 +1,7 @@ +assumption + have <shift> + have " " + have_chars ",.-" + have_range "a" "z" +end assumption + diff --git a/test-files/mds-kbdc/compile-layout/valid/information b/test-files/mds-kbdc/compile-layout/valid/information new file mode 100644 index 0000000..e470ab9 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/valid/information @@ -0,0 +1,8 @@ +information + language "language1" + language "language2" + country "country1" + country "country2" + variant "variant1" +end information + |