summaryrefslogtreecommitdiff
path: root/test/pattern/conj.xml
blob: c1c770e5b38374272972353181693152b4c07bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<a>
  <b>
    <c><b/></c>
    <c>
      <b/>
      <c><b/></c>
    </c>
  </b>
  <c>
     <b>
     </b>
  </c>
</a>