Skip to content

Commit

Permalink
Restrict test only for when using Mochiweb parser
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Dec 11, 2023
1 parent 2715d4e commit aa643d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/floki_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ defmodule FlokiTest do
"""
end

@tag except_parser: FastHtml
@tag only_parser: Mochiweb
test "raw_html when :attributes_as_maps options was used to parse (new Floki v0.35.0)" do
html_string =
~s(<div id="content"><p><a href="site" class="bar"><span>lol</span><img src="foo.png"/></a></p><br/></div>)
Expand Down

0 comments on commit aa643d8

Please sign in to comment.