This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse.t: test <<>>
authorFather Chrysostomos <sprout@cpan.org>
Wed, 25 Mar 2015 00:57:14 +0000 (17:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 25 Mar 2015 00:57:14 +0000 (17:57 -0700)
lib/B/Deparse.t

index 9805bde..2fb5b75 100644 (file)
@@ -635,6 +635,9 @@ readline 'FH';
 readline *$_;
 readline *{$_;};
 ####
+# <<>>
+$_ = <<>>;
+####
 # \x{}
 my $foo = "Ab\x{100}\200\x{200}\237Cd\000Ef\x{1000}\cA\x{2000}\cZ";
 my $bar = "\x{100}";