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/function-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 'test-files/mds-kbdc/validate-tree/invalid/function-function')
-rw-r--r-- | test-files/mds-kbdc/validate-tree/invalid/function-function | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/validate-tree/invalid/function-function b/test-files/mds-kbdc/validate-tree/invalid/function-function new file mode 100644 index 0000000..4793bbc --- /dev/null +++ b/test-files/mds-kbdc/validate-tree/invalid/function-function @@ -0,0 +1,19 @@ +function f/0 + function g/0 + end function +end function + +# (function (@ 1 0-8) ‘f/0’ +# (.inner +# (function (@ 2 2-10) ‘g/0’ +# (.inner nil) +# ) +# ) +# ) +# :2:2–10: error: nested function definition +# function g/0 +# ^^^^^^^^ +# :1:0–8: note: outer function defined here +# function f/0 +# ^^^^^^^^ + |