aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/function.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function.out')
-rw-r--r--tests/function.out20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/function.out b/tests/function.out
new file mode 100644
index 00000000..3fa70990
--- /dev/null
+++ b/tests/function.out
@@ -0,0 +1,20 @@
+Testing -V
+$foo: (1)
+1: 'local foo'
+$bar: (5)
+1: 'one'
+2: 'two 2'
+3: ' '
+4: ''
+5: '3'
+$baz: (0)
+Testing -V with changed variables
+$foo: (1)
+1: 'local foo'
+$bar: (5)
+1: 'one'
+2: 'two 2'
+3: ' '
+4: ''
+5: '3'
+$baz: (0)