This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)
[perl5.git] / t / comp / line_debug_0.aux
diff --git a/t/comp/line_debug_0.aux b/t/comp/line_debug_0.aux
new file mode 100644 (file)
index 0000000..2d31d74
--- /dev/null
@@ -0,0 +1,20 @@
+$z = 'line one';
+$z
+    =
+    'multiline statement';
+$z = 'line five';
+$z = '
+    multiline
+    string
+';
+$z = 'line ten';
+$z = <<EOS;
+    multiline
+    heredoc
+EOS
+$z = 'line fifteen';
+format Z =
+    @<<<< multiline format
+    $z
+.
+$z = 'line twenty';