Skip to content

Commit

Permalink
Add support for namespace declaration using xmlns.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaspalmer committed Nov 23, 2023
1 parent ba3994b commit 4fdb6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/RdfXmlParser-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ abc`)).rejects.toBeTruthy();
]);
});


it('DOCTYPE and ENTITY\'s', async () => {
return expect(await parse(parser, `<!DOCTYPE rdf:RDF
[<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
Expand Down

0 comments on commit 4fdb6d3

Please sign in to comment.