summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt')
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt b/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
new file mode 100644
index 0000000000..3fbf0f2c26
--- /dev/null
+++ b/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
@@ -0,0 +1,7 @@
+<<-EOFOO
+\n\n\n\n\n\n\n\n\n
+EOFOO
+
+class Foo
+end
+