Browse Source

Test additional Atom failure mode

master
J. King 4 years ago
parent
commit
866ae258bd
  1. 5
      tests/cases/XML/failures.yaml

5
tests/cases/XML/failures.yaml

@ -14,3 +14,8 @@ Non-feed RDF document:
input: >
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://channel.netscape.com/rdf/simple/0.9/"/>
exception: notXMLFeed
Non-feed Atom document:
input: >
<entry xmlns="http://www.w3.org/2005/Atom"/>
exception: notXMLFeed

Loading…
Cancel
Save