diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-02-02 17:22:20 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-02-02 17:22:20 -0700 |
| commit | 3779b5088d420ff3b6b037f6def8988c85f0449c (patch) | |
| tree | b55308052cc88df7820b0755de897397a20ad74d /test/parser_test.rb | |
| parent | f58f766923d6c564b5c4c8ab37af0da8f93150de (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.rb | 4 |
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 |
