summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-10-28 09:07:41 +0000
committerMike Hommey <mh@glandium.org>2004-10-28 09:07:41 +0000
commit9705f1a5e858108d21a0128556f42b25d16833cd (patch)
treef819e7482d433f8bf5da005695c79189dd5ce527 /test
parent0732be88d054db33fa0ca479eab9988c8e6be42e (diff)
downloadlibxml2-9705f1a5e858108d21a0128556f42b25d16833cd.tar.gz
Load /tmp/tmp.SgII7T/libxml2-2.6.15 intoupstream/2.6.15
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'test')
-rw-r--r--test/.memdump4
-rw-r--r--test/HTML/python.html10
-rw-r--r--test/ent1021
3 files changed, 33 insertions, 2 deletions
diff --git a/test/.memdump b/test/.memdump
index 199a299..fca8101 100644
--- a/test/.memdump
+++ b/test/.memdump
@@ -1,4 +1,4 @@
- Tue Mar 20 13:25:40 2001
+ 05:54:02 PM
- MEMORY ALLOCATED : 0, MAX was 172
+ MEMORY ALLOCATED : 0, MAX was 12937
BLOCK NUMBER SIZE TYPE
diff --git a/test/HTML/python.html b/test/HTML/python.html
new file mode 100644
index 0000000..51a6394
--- /dev/null
+++ b/test/HTML/python.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd" >
+<?xml-stylesheet href="./css/ht2html.css" type="text/css"?>
+<html>
+<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
+<head>
+<title>Python Programming Language</title>
+</head>
+<body>
+</body></html>
diff --git a/test/ent10 b/test/ent10
new file mode 100644
index 0000000..4778d89
--- /dev/null
+++ b/test/ent10
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE rnode [
+<!ELEMENT rnode (f)>
+
+<!ELEMENT f (#PCDATA)>
+<!ATTLIST f
+ att1 CDATA #FIXED 'J'>
+
+<!ENTITY f
+ "
+ <f>
+ hello world
+ </f>
+ "
+>
+]>
+
+<rnode>
+ &f;
+</rnode>
+