summaryrefslogtreecommitdiff
path: root/result/att5
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
committerMike Hommey <glandium@debian.org>2006-01-31 19:25:18 +0100
commitc5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch)
tree9550b0b41e973d707cbbca74333c1b05ab89e5ee /result/att5
parent0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff)
downloadlibxml2-upstream/2.6.23.dfsg.2.tar.gz
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'result/att5')
-rw-r--r--result/att540
1 files changed, 0 insertions, 40 deletions
diff --git a/result/att5 b/result/att5
deleted file mode 100644
index 8768e36..0000000
--- a/result/att5
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE doc [
-<!ATTLIST normId attr NMTOKENS #IMPLIED>
-]>
-<doc>
- <!-- no normalization -->
- <norm attr=" "/>
- <norm attr=" foo bar "/>
- <norm attr=" foobar"/>
- <norm attr=" foo bar "/>
- <norm attr="foobar "/>
- <norm attr=" &amp; "/>
- <norm attr=" foo&amp;bar "/>
- <norm attr=" foobar&amp;"/>
- <norm attr="&amp;foo bar "/>
- <norm attr="foobar &amp;"/>
- <norm attr=" &lt; "/>
- <norm attr=" foo&lt;bar "/>
- <norm attr=" foobar&lt;"/>
- <norm attr="&lt;foo bar "/>
- <norm attr="foobar &lt;"/>
- <norm attr=" &#13;&#10;&#9; "/>
- <!-- normalization -->
- <normId attr=""/>
- <normId attr="foo bar"/>
- <normId attr="foobar"/>
- <normId attr="foo bar"/>
- <normId attr="foobar"/>
- <normId attr="&amp;"/>
- <normId attr="foo&amp;bar"/>
- <normId attr="foobar&amp;"/>
- <normId attr="&amp;foo bar"/>
- <normId attr="foobar &amp;"/>
- <normId attr="&lt;"/>
- <normId attr="foo&lt;bar"/>
- <normId attr="foobar&lt;"/>
- <normId attr="&lt;foo bar"/>
- <normId attr="foobar &lt;"/>
- <normId attr="&#13;&#10;&#9;"/> <!-- PBM serializing back -->
-</doc>