diff options
Diffstat (limited to 'tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq')
-rw-r--r-- | tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq b/tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq new file mode 100644 index 0000000..a4b5674 --- /dev/null +++ b/tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq @@ -0,0 +1,13 @@ +xs:string(" "), +xs:string(" "), +<e1> +{ + xs:string(" "), + <e2/>, + xs:string(" ") +} +</e1>, +xs:string(" "), +xs:string(" "), +<e3/>, +xs:string(" ") |