summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlformatter/baselines/mixedContent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlformatter/baselines/mixedContent.xml')
-rw-r--r--tests/auto/qxmlformatter/baselines/mixedContent.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qxmlformatter/baselines/mixedContent.xml b/tests/auto/qxmlformatter/baselines/mixedContent.xml
new file mode 100644
index 0000000..915cd92
--- /dev/null
+++ b/tests/auto/qxmlformatter/baselines/mixedContent.xml
@@ -0,0 +1,17 @@
+<mixedContent>
+ <p>char1<span/>
+ </p>
+ <p>
+ <span/>char2</p>
+ <p>char3<span/>char3</p>
+ <p>
+ <e1>char4</e1>
+ <e2>
+ <p>char1<span/>
+ </p>
+ <p>
+ <span/>char2</p>
+ <p>char3<span/>char3</p>
+ </e2>
+ </p>
+</mixedContent>