Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / test-xml-025-ref.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>test-xml-025</name>
5     </assembly>
6     <members>
7         <member name="T:Testing.Test">
8             <!-- No matching elements were found for the include tag embedded here. -->
9             <include file="test-xml-025.inc" path="/foo" />
10         </member>
11         <member name="F:Testing.Test.S1">
12             <root attr="is attribute allowed?">
13   includes XML markup.
14   <child>test</child><child>test2</child></root>
15         </member>
16         <member name="F:Testing.Test.S2">
17             <child>test</child>
18             <child>test2</child>
19         </member>
20         <member name="F:Testing.Test.S3">
21             <!-- Failed to insert some or all of included XML -->
22         </member>
23         <member name="M:RelativeTestPath.Foo">
24             <summary>
25             Implements more features
26             </summary>
27             <remarks name="Foo">
28     implements the method in the most beautiful way possible.
29 </remarks>
30         </member>
31     </members>
32 </doc>