diff options
author | aavit <qt-info@nokia.com> | 2011-09-08 19:42:31 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-09-08 19:42:31 (GMT) |
commit | a2c2c71ecd84e90f72697dfd57544c8d506c78e2 (patch) | |
tree | c5e31ff16e2471d33a124a6a37f4e48acdacd235 /tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml | |
parent | 6326227674efa85c1a5320141041110d211efc75 (diff) | |
parent | 260005374b9b930aa583cd117aba96f8f4b34131 (diff) | |
download | Qt-a2c2c71ecd84e90f72697dfd57544c8d506c78e2.zip Qt-a2c2c71ecd84e90f72697dfd57544c8d506c78e2.tar.gz Qt-a2c2c71ecd84e90f72697dfd57544c8d506c78e2.tar.bz2 |
Merge remote-tracking branch 'qt-mainline/4.8'
Conflicts:
tools/qvfb/qvfbshmem.cpp
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml')
-rw-r--r-- | tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml new file mode 100644 index 0000000..0e7b9cc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "015.ent">
+]>
+<doc>&e;</doc>
|