We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please describe the bug
On JRuby, running Loofah's test suite:
1) Error: IntegrationTestHtml::html4 fragment::#to_text#test_0001_add newlines before and after html4 block elements: NoMethodError: undefined method `scrub!' for #<Loofah::HTML4::DocumentFragment:0x6ac4f31d> lib/loofah/concerns.rb:121:in `to_text' test/integration/test_html.rb:58:in `block in IntegrationTestHtml' 2) Error: IntegrationTestHtml::html4 fragment::#to_text#test_0003_remove extraneous whitespace: NoMethodError: undefined method `scrub!' for #<Loofah::HTML4::DocumentFragment:0x13bf5fd> lib/loofah/concerns.rb:121:in `to_text' test/integration/test_html.rb:76:in `block in IntegrationTestHtml' 3) Error: IntegrationTestHtml::html4 fragment::#to_text#test_0002_add newlines before and after html5 block elements: NoMethodError: undefined method `scrub!' for #<Loofah::HTML4::DocumentFragment:0x138d978e> lib/loofah/concerns.rb:121:in `to_text' test/integration/test_html.rb:67:in `block in IntegrationTestHtml' 4) Error: IntegrationTestHtml::html4 fragment::#to_text#test_0004_replaces <br> with newlines: NoMethodError: undefined method `scrub!' for #<Loofah::HTML4::DocumentFragment:0x7a22302c> lib/loofah/concerns.rb:121:in `to_text' test/integration/test_html.rb:85:in `block in IntegrationTestHtml' 1055 runs, 2084 assertions, 0 failures, 4 errors, 0 skips
Additional context
I'm pretty sure this is due to changes made in #3117 to fix #316.
The text was updated successfully, but these errors were encountered:
This was closed by #3372 and that fix shipped in v1.17.2.
Sorry, something went wrong.
No branches or pull requests
Please describe the bug
On JRuby, running Loofah's test suite:
Additional context
I'm pretty sure this is due to changes made in #3117 to fix #316.
The text was updated successfully, but these errors were encountered: