summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlformatter/input/nodesAndWhitespaceAtomics.xq
blob: a4b5674735cc44bbac7306bbafeb9ca3c793f2e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
xs:string(" "),
xs:string("  "),
<e1>
{
    xs:string("   "),
    <e2/>,
    xs:string("    ")
}
</e1>,
xs:string("   "),
xs:string("    "),
<e3/>,
xs:string("     ")