summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt')
-rw-r--r--test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt b/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt
new file mode 100644
index 0000000000..4962a058ea
--- /dev/null
+++ b/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt
@@ -0,0 +1,13 @@
+<<-E
+ 1 \
+ 2
+ 3
+E
+
+
+<<~E
+ 1 \
+ 2
+ 3
+E
+