summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt')
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
new file mode 100644
index 0000000000..61b62157db
--- /dev/null
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
@@ -0,0 +1,4 @@
+a = foo(<<~EOF.chop)
+
+ #{bar}baz
+ EOF