aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-08 17:32:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-08 17:32:01 +0100
commit7c6c9251c23e4923ae4353a34aa7d83b5a5840d1 (patch)
tree19b4d07aff4e0515efb1eee98e913aa0ae1d3597 /test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro
parentmds-kbdc: compile-keyboard: regression (diff)
downloadmds-7c6c9251c23e4923ae4353a34aa7d83b5a5840d1.tar.gz
mds-7c6c9251c23e4923ae4353a34aa7d83b5a5840d1.tar.bz2
mds-7c6c9251c23e4923ae4353a34aa7d83b5a5840d1.tar.xz
mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reports
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro4
-rw-r--r--test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call5
2 files changed, 9 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro
new file mode 100644
index 0000000..3654b50
--- /dev/null
+++ b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro
@@ -0,0 +1,4 @@
+macro m/0
+ m(1)
+end macro
+
diff --git a/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call
new file mode 100644
index 0000000..69f2f8e
--- /dev/null
+++ b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call
@@ -0,0 +1,5 @@
+macro m/0
+ m(1)
+end macro
+m()
+