summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-08-19 20:58:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-08-19 20:58:02 +0000
commit244ece97876b201eb0e2b2518abf7fafc08e326e (patch)
treed8bca27790f178d8f76af9fc70d8c0c740092877 /test
parentb8f25c9118ecfe07a40a0d534f3e1598e43959a3 (diff)
downloadlibxml2-244ece97876b201eb0e2b2518abf7fafc08e326e.tar.gz
Minor fix and add to testsuite, Daniel
Diffstat (limited to 'test')
-rw-r--r--test/VC/ElementValid87
-rw-r--r--test/title.xml1
2 files changed, 7 insertions, 1 deletions
diff --git a/test/VC/ElementValid8 b/test/VC/ElementValid8
new file mode 100644
index 00000000..5fd20440
--- /dev/null
+++ b/test/VC/ElementValid8
@@ -0,0 +1,7 @@
+<!DOCTYPE doc [
+<!ELEMENT doc ((a, b)| (a, c))>
+<!ELEMENT a EMPTY>
+<!ELEMENT b (#PCDATA)>
+<!ELEMENT c (#PCDATA)>
+]>
+<doc><a/><c> doc is non-deterministic </c></doc>
diff --git a/test/title.xml b/test/title.xml
index 1b3fe07a..d064d661 100644
--- a/test/title.xml
+++ b/test/title.xml
@@ -1,2 +1 @@
-<?xml version="1.0" encoding="utf-8"?>
<title>my title</title>