We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d25eea + a67b8bc commit ba49e2fCopy full SHA for ba49e2f
.travis.yml
@@ -14,7 +14,4 @@ rvm:
14
env:
15
global:
16
NOBENCHMARK=1
17
-script: rake
18
-matrix:
19
- allow_failures:
20
- - rvm: jruby-9.1.13.0
+script: bundle exec rake
test/test_rdoc_markup_to_html.rb
@@ -452,6 +452,9 @@ def test_accept_verbatim_parseable_error
452
end
453
454
def test_accept_verbatim_nl_after_backslash
455
+ # TODO: Remove "skip" after the issue is resolved: https://github.com/jruby/jruby/issues/4787
456
+ # This "skip" is for strange behavior around escaped newline on JRuby
457
+ skip if defined? JRUBY_VERSION
458
verb = @RM::Verbatim.new("a = 1 if first_flag_var and \\\n", " this_is_flag_var\n")
459
460
@to.start_accepting
0 commit comments