summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/open-heredoc.in.rb1
-rw-r--r--test/ruby/open-heredoc.out.raydebug2
2 files changed, 3 insertions, 0 deletions
diff --git a/test/ruby/open-heredoc.in.rb b/test/ruby/open-heredoc.in.rb
new file mode 100644
index 0000000..9089080
--- /dev/null
+++ b/test/ruby/open-heredoc.in.rb
@@ -0,0 +1 @@
+<<''
diff --git a/test/ruby/open-heredoc.out.raydebug b/test/ruby/open-heredoc.out.raydebug
new file mode 100644
index 0000000..9251f43
--- /dev/null
+++ b/test/ruby/open-heredoc.out.raydebug
@@ -0,0 +1,2 @@
+string<delimiter(<<'')>string<delimiter(
+)> \ No newline at end of file