tests/auto/qxmlformatter/baselines/indentedMixedContent.xml
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <!-- Already indented, and should stay so.. -->
       
     2 <mixedContent>
       
     3     <p>char1<span/>
       
     4     </p>
       
     5     <p>
       
     6         <span/>char2</p>
       
     7     <p>char3<span/>char3</p>
       
     8     <p>
       
     9         <e1>
       
    10             char 4
       
    11         </e1>
       
    12         <e2>
       
    13             <p>char1<span/>
       
    14             </p>
       
    15             <p>
       
    16                 <span/>char2</p>
       
    17             <p>char3<span/>char3</p>
       
    18         </e2>
       
    19     </p>
       
    20 </mixedContent>