summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt')
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt
new file mode 100644
index 0000000000..b193f0473b
--- /dev/null
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt
@@ -0,0 +1,6 @@
+a = <<~"EOF"
+ blah blah
+ blah blah
+ EOF
+
+