summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-05 17:55:08 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-05 20:11:14 -0800
commita9d49ba7e0fca8cf5ad94d780b8b0603ab350904 (patch)
tree0313510ce1863ee308d8af6d63169170905f1d5a /t/base
parente34b9a6d55f57f644ad01756d834ceca461e9388 (diff)
downloadperl-a9d49ba7e0fca8cf5ad94d780b8b0603ab350904.tar.gz
Test bug #123372
Diffstat (limited to 't/base')
-rw-r--r--t/base/lex.t12
1 files changed, 11 insertions, 1 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index dc81e9d2ad..e537805c3f 100644
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -1,6 +1,6 @@
#!./perl
-print "1..101\n";
+print "1..102\n";
$x = 'x';
@@ -387,6 +387,16 @@ print "ok $test - call a function in package v10::foo\n"; $test++;
print "not " unless (1?v65:"bar") eq 'A';
print "ok $test - colon detection after vstring does not break ? vstring :\n"; $test++;
+if (ord("\t") == 9) {
+ print v35;
+ print "not ";
+ print v10;
+ print "ok $test - print vstring prints the vstring\n";
+}
+else {
+ print "ok $test # skipped on EBCDIC\n";
+}
+$test++;
# Test pyoq ops with comments before the first delim
q # comment