summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml')
-rw-r--r--vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml b/vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml
new file mode 100644
index 000000000..ccaee4e1a
--- /dev/null
+++ b/vendor/github.com/onsi/gomega/matchers/test_data/xml/sample_08.xml
@@ -0,0 +1,13 @@
+<root>
+ <h:table xmlns:h="http://www.w3.org/TR/html4/">
+ <h:tr>
+ <h:td>Apples</h:td>
+ <h:td>Oranges</h:td>
+ </h:tr>
+ </h:table>
+ <f:table xmlns:f="https://www.w3schools.com/furniture">
+ <f:name>African Coffee Table</f:name>
+ <f:width>80</f:width>
+ <f:length>120</f:length>
+ </f:table>
+</root> \ No newline at end of file