summaryrefslogtreecommitdiff
path: root/test/parser_test.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-02-02 17:22:20 -0700
committerDan Allen <dan.j.allen@gmail.com>2019-02-02 17:22:20 -0700
commit3779b5088d420ff3b6b037f6def8988c85f0449c (patch)
treeb55308052cc88df7820b0755de897397a20ad74d /test/parser_test.rb
parentf58f766923d6c564b5c4c8ab37af0da8f93150de (diff)
add reference in test suite to JRuby heredoc issue [skip ci]
Diffstat (limited to 'test/parser_test.rb')
-rw-r--r--test/parser_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parser_test.rb b/test/parser_test.rb
index 5200b1eb..a2ce8e93 100644
--- a/test/parser_test.rb
+++ b/test/parser_test.rb
@@ -525,7 +525,7 @@ context "Parser" do
end
test "parse rev remark only" do
- # NOTE JRuby does not parse this heredoc correctly when defined using 'EOS'
+ # NOTE JRuby does not preserve indentation in single-quoted heredoc string; see https://github.com/jruby/jruby/issues/4260
input = <<~EOS
Joe Cool
:Must start revremark-only line with space
@@ -614,7 +614,7 @@ context "Parser" do
end
EOS
- # NOTE JRuby does not parse this heredoc correctly when defined using 'EOS'
+ # NOTE JRuby does not preserve indentation in single-quoted heredoc string; see https://github.com/jruby/jruby/issues/4260
expected = <<~EOS.chomp
def names