Skip to content

Bump JRuby version to 9.1.14.0 #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.3.5
- 2.4.2
- ruby-head
- jruby-9.1.13.0
- jruby-9.1.14.0
env:
global:
NOBENCHMARK=1
Expand Down
3 changes: 0 additions & 3 deletions test/test_rdoc_markup_to_html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,6 @@ def test_accept_verbatim_parseable_error
end

def test_accept_verbatim_nl_after_backslash
# TODO: Remove "skip" after the issue is resolved: https://github.com/jruby/jruby/issues/4787
# This "skip" is for strange behavior around escaped newline on JRuby
skip if defined? JRUBY_VERSION
verb = @RM::Verbatim.new("a = 1 if first_flag_var and \\\n", " this_is_flag_var\n")

@to.start_accepting
Expand Down