summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-05 10:34:08 -0700
committerKarl Williamson <khw@cpan.org>2015-03-05 10:43:21 -0700
commitdd7a2a7af636cde45de0b496864f9c9aefcca59b (patch)
tree4bfc5bbb5723699d4b23e01956c1abc0c666b0ba /dist/Data-Dumper
parent0f6f92e0b139f81313e47d8eb6d0c323dfd77b62 (diff)
downloadperl-dd7a2a7af636cde45de0b496864f9c9aefcca59b.tar.gz
Data::Dumper/t/dumper.t: Fix comments
Diffstat (limited to 'dist/Data-Dumper')
-rw-r--r--dist/Data-Dumper/t/dumper.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Data-Dumper/t/dumper.t b/dist/Data-Dumper/t/dumper.t
index f452ad2e1c..b897f8e16e 100644
--- a/dist/Data-Dumper/t/dumper.t
+++ b/dist/Data-Dumper/t/dumper.t
@@ -1384,7 +1384,7 @@ EOT
if ($Is_ebcdic) {
$b = "Bad. XS didn't escape dollar sign";
############# 322
- $WANT = <<"EOT"; # Careful. This is '' string written inside '' here doc
+ $WANT = <<"EOT"; # Careful. This is '' string written inside "" here doc
#\$VAR1 = '\$b\"\@\\\\\xB1';
EOT
$a = "\$b\"\@\\\xB1\x{100}";
@@ -1399,7 +1399,7 @@ EOT
} else {
$b = "Bad. XS didn't escape dollar sign";
############# 322
- $WANT = <<"EOT"; # Careful. This is '' string written inside '' here doc
+ $WANT = <<"EOT"; # Careful. This is '' string written inside "" here doc
#\$VAR1 = '\$b\"\@\\\\\xA3';
EOT