Skip to content

Commit

Permalink
fix: failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
suleman-uzair committed Nov 20, 2024
1 parent ba9b994 commit 4c86de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

def to_xml(parsed_schema, escape_content_tags: false)
xml = parsed_schema.to_xml
xml.gsub!(/\&lt;([^\&]+)\&\gt;/, '<\1>') if escape_content_tags
xml.gsub!(/&lt;([^&]+)&\gt;/, '<\1>') if escape_content_tags
xml
end

0 comments on commit 4c86de0

Please sign in to comment.