aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.out
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-01 21:06:16 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-01 21:06:16 -0700
commit4b6639f6974d14cf091beadd68041f7957415071 (patch)
tree708938318801e3be0389ef5ee1057bdcd4f2ae58 /tests/test9.out
parentfa588db1484b0c2a410b72f53fee3ccfbc36384d (diff)
Allow # within string tokens
This means that # must be the first character of the string to start a comment, in line with other shells Fixes #953
Diffstat (limited to 'tests/test9.out')
-rw-r--r--tests/test9.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test9.out b/tests/test9.out
index 9fe347de..f33c85ac 100644
--- a/tests/test9.out
+++ b/tests/test9.out
@@ -18,3 +18,5 @@ bar
baz
psub file was deleted
bom_test
+not#a#comment
+is