diff options
Diffstat (limited to 'tests/auto/qxmlformatter/input/mixedTopLevelContent.xq')
-rw-r--r-- | tests/auto/qxmlformatter/input/mixedTopLevelContent.xq | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qxmlformatter/input/mixedTopLevelContent.xq b/tests/auto/qxmlformatter/input/mixedTopLevelContent.xq new file mode 100644 index 0000000..d862ec1 --- /dev/null +++ b/tests/auto/qxmlformatter/input/mixedTopLevelContent.xq @@ -0,0 +1,16 @@ +(: Top level atomic values, mixed with elements. :) +1, +2, +3, +<e1/>, +4, +<e2/>, +5, +<e3> + { + (: This is a bit tricky. The receiver is sent the start of an element and then an atomic value. Must not + be indented. :) + 6 + } +</e3>, +7 |