summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/heredoc_with_comment.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/heredoc_with_comment.txt')
-rw-r--r--test/prism/fixtures/heredoc_with_comment.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/fixtures/heredoc_with_comment.txt b/test/prism/fixtures/heredoc_with_comment.txt
new file mode 100644
index 0000000000..8e7b7275bd
--- /dev/null
+++ b/test/prism/fixtures/heredoc_with_comment.txt
@@ -0,0 +1,3 @@
+<<-TARGET.chomp # the heredoc end token doesn't always precede the comment
+ content makes for an obvious error
+TARGET \ No newline at end of file