Skip to content

Commit ae4b430

Browse files
Merge pull request #127
Improved coverage tests
2 parents 2e1cb45 + 79c94ae commit ae4b430

16 files changed

+109
-93
lines changed

docs/snippets/advanced-directive-array.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<array_directive>
33

44
<user>
5-
<name>Henri Schimmel DVM</name>
6-
<avatar>https://via.placeholder.com/640x480.png/0011ff?text=dolor</avatar>
7-
<avatar>https://via.placeholder.com/640x480.png/00aa55?text=et</avatar>
8-
<images name="est consequuntur similique">https://via.placeholder.com/640x480.png/00ccaa?text=odit</images>
9-
<images name="aut quisquam quis">https://via.placeholder.com/640x480.png/0066ff?text=fugiat</images>
5+
<name>Ms. Thelma Johnston PhD</name>
6+
<avatar>https://via.placeholder.com/640x480.png/00cc00?text=distinctio</avatar>
7+
<avatar>https://via.placeholder.com/640x480.png/006655?text=eum</avatar>
8+
<images name="ut tempora eum">https://via.placeholder.com/640x480.png/0033bb?text=quasi</images>
9+
<images name="dolorum repudiandae ut">https://via.placeholder.com/640x480.png/003333?text=iure</images>
1010
</user>
1111
<user>
12-
<name>Hortense Pacocha</name>
13-
<avatar>https://via.placeholder.com/640x480.png/00eeee?text=qui</avatar>
14-
<avatar>https://via.placeholder.com/640x480.png/0033aa?text=maiores</avatar>
15-
<images name="corporis provident consequatur">https://via.placeholder.com/640x480.png/007766?text=aspernatur</images>
16-
<images name="aut ea eos">https://via.placeholder.com/640x480.png/00aaff?text=sunt</images>
12+
<name>Dr. Billy McLaughlin Sr.</name>
13+
<avatar>https://via.placeholder.com/640x480.png/006688?text=autem</avatar>
14+
<avatar>https://via.placeholder.com/640x480.png/00aa66?text=commodi</avatar>
15+
<images name="dolorem voluptatem sint">https://via.placeholder.com/640x480.png/001199?text=voluptas</images>
16+
<images name="temporibus nisi placeat">https://via.placeholder.com/640x480.png/0022cc?text=hic</images>
1717
</user>
1818

1919
</array_directive>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attributes_directive>
33

4-
<company since="2015"/>
4+
<company since="1977"/>
55
<url>https://example.com</url>
66

77
<user>
8-
<name>Mrs. Kathryn Roob</name>
9-
<contact email="bella00@example.net" phone="555-000-1"/>
8+
<name>Dr. Rudolph Labadie</name>
9+
<contact email="runolfsdottir.guadalupe@example.com" phone="555-000-1"/>
1010
</user>
1111
<user>
12-
<name>Luna Keeling</name>
13-
<contact email="kirlin.andreanne@example.org" phone="555-000-2"/>
12+
<name>Dr. Adam Turcotte MD</name>
13+
<contact email="veffertz@example.org" phone="555-000-2"/>
1414
</user>
1515

1616
</attributes_directive>

docs/snippets/advanced-directive-cdata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<cdata_directive>
33

44
<user>
5-
<name><![CDATA[<h1>Davon Schultz</h1>]]></name>
6-
<email>bayer.isadore@example.com</email>
5+
<name><![CDATA[<h1>Kareem Gusikowski</h1>]]></name>
6+
<email>ross.mcdermott@example.net</email>
77
</user>
88
<user>
9-
<name><![CDATA[<h1>Elna DuBuque</h1>]]></name>
10-
<email>gail.mohr@example.com</email>
9+
<name><![CDATA[<h1>Jaunita Wilderman</h1>]]></name>
10+
<email>reichert.elwyn@example.org</email>
1111
</user>
1212

1313
</cdata_directive>

docs/snippets/advanced-directive-mixed.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<mixed_directive>
33

44
<user>
5-
<name>Alanis Haley</name>
5+
<name>Shirley Hegmann</name>
66
<some>
77
<first>Foo</first>
8-
<second>victor63@example.org</second>
8+
<second>margarett18@example.com</second>
99
</some>
1010
</user>
1111
<user>
12-
<name>Prof. Reymundo Klocko PhD</name>
12+
<name>Gabriel Olson</name>
1313
<some>
1414
<first>Foo</first>
15-
<second>tyreek79@example.com</second>
15+
<second>ladarius24@example.net</second>
1616
</some>
1717
</user>
1818

docs/snippets/advanced-directive-value.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<value_directive>
33

44
<user>
5-
<name>Mitchell Vandervort</name>
6-
<contact type="email">rohan.ashlee@example.org</contact>
5+
<name>Mrs. Rosamond Lehner</name>
6+
<contact type="email">kiara55@example.org</contact>
77
</user>
88
<user>
9-
<name>Prof. Cullen Spencer</name>
10-
<contact type="email">jody50@example.net</contact>
9+
<name>Rosalia Donnelly</name>
10+
<contact type="email">luella39@example.com</contact>
1111
</user>
1212

1313
</value_directive>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attribute>
33

4-
<user created_at="2025-09-14T17:34:16+00:00">
4+
<user created_at="2025-09-14T17:45:16+00:00">
55
<id>1</id>
6-
<name>Julie Dickinson</name>
6+
<name>Aaliyah Rowe</name>
77
</user>
8-
<user created_at="2025-09-14T17:34:16+00:00">
8+
<user created_at="2025-09-14T17:45:16+00:00">
99
<id>2</id>
10-
<name>Dudley Hirthe</name>
10+
<name>Valentine Mosciski DVM</name>
1111
</user>
1212

1313
</attribute>

docs/snippets/advanced-element-header-footer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<user>
55
<id>1</id>
6-
<name>Kristin VonRueden</name>
6+
<name>Prof. Dandre Altenwerth III</name>
77
</user>
88
<user>
99
<id>2</id>
10-
<name>Destin Stiedemann I</name>
10+
<name>Miss Lesly Dicki</name>
1111
</user>
1212

1313
</header_footer>

docs/snippets/advanced-element-info-before-false.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Willis Feest</name>
9+
<name>Misty Hahn IV</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Jennie Simonis</name>
13+
<name>Kaya Zieme</name>
1414
</user>
1515

1616
</info_method>

docs/snippets/advanced-element-info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Mr. Terrance Koelpin</name>
9+
<name>Darwin McKenzie</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Daniella Will DVM</name>
13+
<name>Emory Torp</name>
1414
</user>
1515

1616
</info_method>

docs/snippets/advanced-element-root.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<user>
55
<id>1</id>
6-
<name>Prof. John Ward</name>
6+
<name>Whitney Barton</name>
77
</user>
88
<user>
99
<id>2</id>
10-
<name>Mrs. Felicia Stroman</name>
10+
<name>Prof. Ron Cormier PhD</name>
1111
</user>
1212

1313
</foo>

0 commit comments

Comments
 (0)