From 8fa7e67619960554ac4189e8bbcde4a2ac130715 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Dec 2014 14:23:36 +0100 Subject: mds-kbdc: compile-layout: add some test cases + file parsing bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test-files/mds-kbdc/compile-layout/README | 4 ++++ test-files/mds-kbdc/compile-layout/invalid/include_two_variants | 2 ++ test-files/mds-kbdc/compile-layout/invalid/three_variants | 6 ++++++ test-files/mds-kbdc/compile-layout/invalid/two_variants | 5 +++++ test-files/mds-kbdc/compile-layout/valid/assumption | 7 +++++++ test-files/mds-kbdc/compile-layout/valid/information | 8 ++++++++ 6 files changed, 32 insertions(+) create mode 100644 test-files/mds-kbdc/compile-layout/README create mode 100644 test-files/mds-kbdc/compile-layout/invalid/include_two_variants create mode 100644 test-files/mds-kbdc/compile-layout/invalid/three_variants create mode 100644 test-files/mds-kbdc/compile-layout/invalid/two_variants create mode 100644 test-files/mds-kbdc/compile-layout/valid/assumption create mode 100644 test-files/mds-kbdc/compile-layout/valid/information (limited to 'test-files') diff --git a/test-files/mds-kbdc/compile-layout/README b/test-files/mds-kbdc/compile-layout/README new file mode 100644 index 0000000..4e7c43c --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/README @@ -0,0 +1,4 @@ +When testing these files it is important to +`goto stop;` after `compile_layout` been called +in `mds-kbdc.c`. + diff --git a/test-files/mds-kbdc/compile-layout/invalid/include_two_variants b/test-files/mds-kbdc/compile-layout/invalid/include_two_variants new file mode 100644 index 0000000..c5bd467 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/include_two_variants @@ -0,0 +1,2 @@ +include "two-variants" + diff --git a/test-files/mds-kbdc/compile-layout/invalid/three_variants b/test-files/mds-kbdc/compile-layout/invalid/three_variants new file mode 100644 index 0000000..6cef471 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/three_variants @@ -0,0 +1,6 @@ +information + variant "variant1" + variant "variant2" + variant "variant3" +end information + diff --git a/test-files/mds-kbdc/compile-layout/invalid/two_variants b/test-files/mds-kbdc/compile-layout/invalid/two_variants new file mode 100644 index 0000000..a2b54c0 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/two_variants @@ -0,0 +1,5 @@ +information + variant "variant1" + variant "variant2" +end information + 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 + 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 + -- cgit v1.2.3-70-g09d2