diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-01 13:27:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-01 13:27:13 +0100 |
commit | 2d0181e9e07236ea28fb638c4a9eafb5896635b6 (patch) | |
tree | 2cd560e7bd8fa5960a06e4fade81fd57b6dc581f /test-files/mds-kbdc/validate-tree/invalid/information-function | |
parent | m (diff) | |
download | mds-2d0181e9e07236ea28fb638c4a9eafb5896635b6.tar.gz mds-2d0181e9e07236ea28fb638c4a9eafb5896635b6.tar.bz2 mds-2d0181e9e07236ea28fb638c4a9eafb5896635b6.tar.xz |
mds-kbdc: add some test cases + fix issued with inclusion
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | test-files/mds-kbdc/validate-tree/invalid/information-function | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/validate-tree/invalid/information-function b/test-files/mds-kbdc/validate-tree/invalid/information-function new file mode 100644 index 0000000..06613f6 --- /dev/null +++ b/test-files/mds-kbdc/validate-tree/invalid/information-function @@ -0,0 +1,19 @@ +information + function f/0 + end function +end information + +# (information (@ 1 0-11) +# (.inner +# (function (@ 2 2-10) ‘f/0’ +# (.inner nil) +# ) +# ) +# ) +# :2:2–10: error: function definition inside information clause +# function f/0 +# ^^^^^^^^ +# :1:0–11: note: outer information clause defined here +# information +# ^^^^^^^^^^^ + |