summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_06.xml
blob: 4ba90fb97d2f1cc32cf7404e164e5a43b7d718ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<root>
    <table>
        <tr>
            <td>Apples</td>
            <td>Bananas</td>
        </tr>
    </table>
    <table>
        <name>African Coffee Table</name>
        <width>80</width>
        <length>120</length>
    </table>
</root>