...

Text file src/github.com/onsi/gomega/matchers/test_data/xml/sample_06.xml

Documentation: github.com/onsi/gomega/matchers/test_data/xml

     1<root>
     2    <table>
     3        <tr>
     4            <td>Apples</td>
     5            <td>Bananas</td>
     6        </tr>
     7    </table>
     8    <table>
     9        <name>African Coffee Table</name>
    10        <width>80</width>
    11        <length>120</length>
    12    </table>
    13</root>

View as plain text