diff options
Diffstat (limited to 'test/integration/targets/incidental_xml/results/test-add-element-implicitly.yml')
-rw-r--r-- | test/integration/targets/incidental_xml/results/test-add-element-implicitly.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/integration/targets/incidental_xml/results/test-add-element-implicitly.yml b/test/integration/targets/incidental_xml/results/test-add-element-implicitly.yml new file mode 100644 index 00000000..fa1ddfca --- /dev/null +++ b/test/integration/targets/incidental_xml/results/test-add-element-implicitly.yml @@ -0,0 +1,32 @@ +<?xml version='1.0' encoding='UTF-8'?> +<business type="bar"> + <name>Tasty Beverage Co.</name> + <beers> + <beer>Rochefort 10</beer> + <beer>St. Bernardus Abbot 12</beer> + <beer>Schlitz</beer> + <beer color="red">George Killian's Irish Red</beer> + <beer origin="CZ" color="blonde">Pilsner Urquell</beer> + </beers> + <rating subjective="true">10</rating> + <website> + <mobilefriendly/> + <address>http://tastybeverageco.com</address> + <validxhtml validateon=""/> + </website> + <phonenumber>555-555-1234</phonenumber> + <owner dob="1976-04-12"> + <name> + <last>Smith</last> + <first>John</first> + <middle>Q</middle> + </name> + </owner> + <website_bis> + <validxhtml validateon=""/> + </website_bis> + <testnormalelement>xml tag with no special characters</testnormalelement> + <test-with-dash>xml tag with dashes</test-with-dash> + <test-with-dash.and.dot>xml tag with dashes and dots</test-with-dash.and.dot> + <test-with.dash_and.dot_and-underscores>xml tag with dashes, dots and underscores</test-with.dash_and.dot_and-underscores> +</business> |