summaryrefslogtreecommitdiff
path: root/t/comp/line_debug_0.aux
diff options
context:
space:
mode:
Diffstat (limited to 't/comp/line_debug_0.aux')
-rw-r--r--t/comp/line_debug_0.aux20
1 files changed, 20 insertions, 0 deletions
diff --git a/t/comp/line_debug_0.aux b/t/comp/line_debug_0.aux
new file mode 100644
index 0000000000..2d31d747aa
--- /dev/null
+++ b/t/comp/line_debug_0.aux
@@ -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';