diff options
author | murphy <murphy@rubychan.de> | 2006-07-10 00:31:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-07-10 00:31:25 +0000 |
commit | 42436798565c36a7d9582fcf587946d273083ab1 (patch) | |
tree | 5de6a166c1c19bdb27b1e037d34ff322f2ae714a | |
parent | 196765788f6f03fb0754e71c7038669377797374 (diff) | |
download | coderay-42436798565c36a7d9582fcf587946d273083ab1.tar.gz |
Test case for open heredoc problem.
-rw-r--r-- | test/ruby/open-heredoc.in.rb | 1 | ||||
-rw-r--r-- | test/ruby/open-heredoc.out.raydebug | 2 |
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 |