7c8b046b5f
* Copy in incidental posix tests. * Update incidental test aliases. * Update target names. * Add support plugins. * Fix paths. * Update ignores. * Update integration-aliases sanity test. * Add incidental tests to CI.
14 lines
No EOL
509 B
XML
14 lines
No EOL
509 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<business xmlns="http://test.business" xmlns:attr="http://test.attribute" type="bar">
|
|
<name>Tasty Beverage Co.</name>
|
|
<beers xmlns="http://test.beers">
|
|
<beer>Rochefort 10</beer>
|
|
<beer>St. Bernardus Abbot 12</beer>
|
|
<beer>Schlitz</beer>
|
|
</beers>
|
|
<rating xmlns="http://test.rating" attr:subjective="true">11</rating>
|
|
<website xmlns="http://test.website">
|
|
<mobilefriendly/>
|
|
<address>http://tastybeverageco.com</address>
|
|
</website>
|
|
</business> |