diff options
Diffstat (limited to 'tests/auto/qxmlformatter/input/mixedContent.xml')
-rw-r--r-- | tests/auto/qxmlformatter/input/mixedContent.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qxmlformatter/input/mixedContent.xml b/tests/auto/qxmlformatter/input/mixedContent.xml new file mode 100644 index 0000000..2987c44 --- /dev/null +++ b/tests/auto/qxmlformatter/input/mixedContent.xml @@ -0,0 +1 @@ +<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> |