summaryrefslogtreecommitdiffstats
path: root/test/04-function-invalid-name.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/04-function-invalid-name.txt')
-rw-r--r--test/04-function-invalid-name.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/04-function-invalid-name.txt b/test/04-function-invalid-name.txt
new file mode 100644
index 0000000..34098d1
--- /dev/null
+++ b/test/04-function-invalid-name.txt
@@ -0,0 +1,9 @@
+%% invalid function name should produce the result of #NAME?.
+%mode init
+A1=Foo()
+%calc
+%mode result
+A1=#NAME?
+%check
+%exit
+