blob: 72fd7e8a0b35cb13e36b395318dc09d753556095 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- Test file for a description containing unknown elements. -->
<target>
<unknown>
<something>
<tag/>
</something>
<other/>
<third>
<tag/>
</third>
</unknown>
</target>
|