Skip to content

Commit

Permalink
Improve code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Sep 1, 2024
1 parent 155c2c2 commit 58d3e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/examples.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const String bookstoreXml = '<?xml version="1.0" encoding="ISO-8859-1"?>\n'
'</bookstore>';

const String complicatedXml = '<?xml version="1.0"?>\n'
'<!DOCTYPE name [ <!ELEMENT html (head, body)> ]>\n'
'<!DOCTYPE name SYSTEM "complicated.dtd" [ <!ELEMENT html (head, body)> ]>\n'
'<ns:foo attr="not namespaced" n1:ans="namespaced 1" '
' n2:ans="namespace 2" >\n'
' Plain text contents!'
Expand Down

0 comments on commit 58d3e28

Please sign in to comment.