aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-01 16:25:28 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-01 16:25:28 -0700
commitfa588db1484b0c2a410b72f53fee3ccfbc36384d (patch)
treeca9dd2357c0225269d3ea705984808d2c1cfccfb /tests/test9.in
parent851f0bcfb36ee820d09b5b12e3ec06c961a51529 (diff)
Fix to swallow BOMs in sourced files
Fixes #1518
Diffstat (limited to 'tests/test9.in')
-rw-r--r--tests/test9.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test9.in b/tests/test9.in
index e5b69485..e85c64b1 100644
--- a/tests/test9.in
+++ b/tests/test9.in
@@ -113,4 +113,7 @@ try_unbalanced_block 'if false'
"while" false; end
"wh"'ile' false; "e"nd
+# BOM checking (see #1518)
+echo \uFEFF"echo bom_test" | source
+
false