-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
I believe this failure (on ruby-2.5 branch) is a result of merging the fix for #5052:
[exec] test_parse_invalid_gvar: F
[exec] ===============================================================================
[exec] Failure: test_parse_invalid_gvar(TestParsing)
[exec] /home/travis/build/jruby/jruby/test/jruby/test_parsing.rb:46:in `test_parse_invalid_gvar'
[exec] 43: assert_equal '#${', eval('"#${"')
[exec] 44: assert_equal ' #${', eval('" #${"')
[exec] 45: assert_equal ' # ##${', eval('" # ##${"')
[exec] => 46: assert_equal " \#${\n", eval("<<E\n \#$\{\nE\n")
[exec] 47: assert_equal " # #\#${\n", eval("<<E\n \# \#\#$\{\nE\n")
[exec] 48: end
[exec] 49: end
[exec] <" \#${\n"> expected but was
[exec] <" \#{\n">
[exec]
[exec] diff:
[exec] ? #${
[exec] ===============================================================================
[exec] : (0.037889)
This does still pass with CRuby 2.5.0. Perhaps something merged badly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels