summaryrefslogtreecommitdiffstats
path: root/sax/qa/data
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2016-05-11 16:57:44 +0530
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 09:36:32 +0000
commite94deb06391f516ee9c1fa019b3521e222a5615b (patch)
tree9a11e20344c585db8db66e6b166081340c629dc8 /sax/qa/data
parentgtk3: for x11 case set Display and Visual so opengl slide effects can work (diff)
downloadcore-e94deb06391f516ee9c1fa019b3521e222a5615b.tar.gz
core-e94deb06391f516ee9c1fa019b3521e222a5615b.zip
First cut at adding sax2/ unit tests.
This is a first-step towards implementing the legacy parser using the XFastParser. Change-Id: I37fc0419dbef1d6f067e45e0b1f2fd6051fb158d Reviewed-on: https://gerrit.libreoffice.org/24883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sax/qa/data')
-rw-r--r--sax/qa/data/namespace.xml6
-rw-r--r--sax/qa/data/note.xml7
2 files changed, 13 insertions, 0 deletions
diff --git a/sax/qa/data/namespace.xml b/sax/qa/data/namespace.xml
new file mode 100644
index 000000000000..6abb6468e7f8
--- /dev/null
+++ b/sax/qa/data/namespace.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<html:html xmlns:html="http://www.w3.org/TR/REC-html40">
+ <html:head><html:title>Frobnostication</html:title></html:head>
+ <html:body><html:p>Moved to
+ <html:a href="http://frob.com">here.</html:a></html:p></html:body>
+</html:html> \ No newline at end of file
diff --git a/sax/qa/data/note.xml b/sax/qa/data/note.xml
new file mode 100644
index 000000000000..830b1c2d95ab
--- /dev/null
+++ b/sax/qa/data/note.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<note>
+ <to>ABC</to>
+ <from>XYZ</from>
+ <heading>Reminder</heading>
+ <body>Don't forget me this weekend!</body>
+</note> \ No newline at end of file