Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test to cover RT #120895.
  • Loading branch information
jnthn committed Nov 12, 2015
1 parent 0416b13 commit 51ef478
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion S02-literals/quoting.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 180;
plan 181;

my $foo = "FOO";
my $bar = "BAR";
Expand Down Expand Up @@ -634,4 +634,9 @@ is q :heredoc :w "EOF", <omg wtf bbq amazing cat>, ':w applied after :heredoc ha
nok $warned, '\r\n in a heredoc does not factor dedenting';
}
# RT #120895
ok qq:to/EOF/ ~~ /\t/, '\t in heredoc does not turn into spaces';
\thello
EOF
# vim: ft=perl6

0 comments on commit 51ef478

Please sign in to comment.