summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt')
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt b/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt
new file mode 100644
index 0000000000..0cc5b35fd5
--- /dev/null
+++ b/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt
@@ -0,0 +1,8 @@
+" why would someone do this? \
+ blah
+"
+
+<<-DESC
+ why would someone do this? \
+ blah
+DESC