diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-01 20:26:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-01 20:26:07 +0100 |
commit | ff1b90a4f4aec4d374261adda460ddc1d83c5ddd (patch) | |
tree | 356865160bad344c8c19b9c1d115d7574f75e005 /test-files/mds-kbdc/validate-tree/valid/function-return | |
parent | mds-kbdc: add some test cases + fix issued with inclusion (diff) | |
download | mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.gz mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.bz2 mds-ff1b90a4f4aec4d374261adda460ddc1d83c5ddd.tar.xz |
mds-kbdc: m + more test cases
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files/mds-kbdc/validate-tree/valid/function-return')
-rw-r--r-- | test-files/mds-kbdc/validate-tree/valid/function-return | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/validate-tree/valid/function-return b/test-files/mds-kbdc/validate-tree/valid/function-return new file mode 100644 index 0000000..a534c37 --- /dev/null +++ b/test-files/mds-kbdc/validate-tree/valid/function-return @@ -0,0 +1,10 @@ +function f/0 + return +end function + +# (function (@ 1 0-8) ‘f/0’ +# (.inner +# (return (@ 2 2-8)) +# ) +# ) + |