Skip to content

Commit

Permalink
Fix Hound
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov committed Dec 26, 2023
1 parent 4a6fad8 commit 38016a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/isodoc/presentation_xml_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@
expect(xmlpp(strip_guid(IsoDoc::PresentationXMLConvert.new(presxml_options)
.convert("test", input, true)
.sub(%r{<localized-strings>.*</localized-strings>}m, "")
.gsub(%r{src="[^"]+?\.svg"}, 'src="_.svg"'))))
.to be_equivalent_to (output)
.gsub(%r{src="[^"]+?\.svg"}, 'src="_.svg"'))))
.to be_equivalent_to(output)
end

it "adds types to ordered lists" do
Expand Down

0 comments on commit 38016a8

Please sign in to comment.