Skip to content

Commit

Permalink
html-utils: move UTF-X tests to XSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed May 28, 2018
1 parent d7fb8c1 commit d2b101a
Show file tree
Hide file tree
Showing 14 changed files with 1,137 additions and 1,451 deletions.
2 changes: 1 addition & 1 deletion html-utils/src/main/resources/xml/xslt/namespace-fixup.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
exclude-result-prefixes="#all" xmlns="http://www.w3.org/1999/xhtml">

<xsl:template match="processing-instruction()|comment()">
<xsl:template match="processing-instruction()|comment()" mode="#all">
<xsl:copy-of select="."/>
</xsl:template>

Expand Down
13 changes: 0 additions & 13 deletions html-utils/src/test/resources/html/html-4.01-strict.html

This file was deleted.

33 changes: 0 additions & 33 deletions html-utils/src/test/resources/html/html5-mathml.html

This file was deleted.

10 changes: 0 additions & 10 deletions html-utils/src/test/resources/html/html5-minimal.html

This file was deleted.

5 changes: 0 additions & 5 deletions html-utils/src/test/resources/html/html5-noxml.html

This file was deleted.

22 changes: 0 additions & 22 deletions html-utils/src/test/resources/html/html5-svg.html

This file was deleted.

10 changes: 0 additions & 10 deletions html-utils/src/test/resources/html/html5-wellformed.html

This file was deleted.

13 changes: 0 additions & 13 deletions html-utils/src/test/resources/html/xhtml-1.0-strict.xhtml

This file was deleted.

Loading

0 comments on commit d2b101a

Please sign in to comment.