aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test9.in')
-rw-r--r--tests/test9.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test9.in b/tests/test9.in
index e85c64b1..3adc1ca4 100644
--- a/tests/test9.in
+++ b/tests/test9.in
@@ -116,4 +116,8 @@ try_unbalanced_block 'if false'
# BOM checking (see #1518)
echo \uFEFF"echo bom_test" | source
+# Comments abutting text (#953)
+echo not#a#comment
+echo is # a # comment
+
false