diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-08 17:32:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-08 17:32:01 +0100 |
commit | 7c6c9251c23e4923ae4353a34aa7d83b5a5840d1 (patch) | |
tree | 19b4d07aff4e0515efb1eee98e913aa0ae1d3597 /test-files/mds-kbdc/compile-layout/invalid/function-undefined_function | |
parent | mds-kbdc: compile-keyboard: regression (diff) | |
download | mds-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/function-undefined_function | 8 | ||||
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/function-undefined_function-call | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function b/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function new file mode 100644 index 0000000..9712868 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function @@ -0,0 +1,8 @@ +function f/0 + for \f(1) to \f(1) as \1 + if \f(1) + \f(1) + end if + end for +end function + diff --git a/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function-call b/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function-call new file mode 100644 index 0000000..c0f195b --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/function-undefined_function-call @@ -0,0 +1,5 @@ +function f/0 + \f(1) +end function +\f() + |