swc/crates/swc_xml_parser/tests/fixture/basic-1/span.rust-debug

1141 lines
29 KiB
Plaintext
Raw Normal View History

2022-08-01 06:56:12 +03:00
x Document
,-[$DIR/tests/fixture/basic-1/input.xml:1:1]
1 | ,-> <?xml version="1.0"?>
2 | | <PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
3 | | <Address Type="Shipping">
4 | | <Name>Ellen Adams</Name>
5 | | <Street>123 Maple Street</Street>
6 | | <City>Mill Valley</City>
7 | | <State>CA</State>
8 | | <Zip>10999</Zip>
9 | | <Country>USA</Country>
10 | | </Address>
11 | | <Address Type="Billing">
12 | | <Name>Tai Yee</Name>
13 | | <Street>8 Oak Avenue</Street>
14 | | <City>Old Town</City>
15 | | <State>PA</State>
16 | | <Zip>95819</Zip>
17 | | <Country>USA</Country>
18 | | </Address>
19 | | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
20 | | <Items>
21 | | <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | | </Item>
27 | | <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | | </Item>
33 | | </Items>
34 | `-> </PurchaseOrder>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:1:1]
1 | <?xml version="1.0"?>
: ^^^^^^^^^^^^^^^^^^^^^
`----
x ProcessingInstruction
,-[$DIR/tests/fixture/basic-1/input.xml:1:1]
1 | <?xml version="1.0"?>
: ^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:2:1]
2 | ,-> <PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
3 | | <Address Type="Shipping">
4 | | <Name>Ellen Adams</Name>
5 | | <Street>123 Maple Street</Street>
6 | | <City>Mill Valley</City>
7 | | <State>CA</State>
8 | | <Zip>10999</Zip>
9 | | <Country>USA</Country>
10 | | </Address>
11 | | <Address Type="Billing">
12 | | <Name>Tai Yee</Name>
13 | | <Street>8 Oak Avenue</Street>
14 | | <City>Old Town</City>
15 | | <State>PA</State>
16 | | <Zip>95819</Zip>
17 | | <Country>USA</Country>
18 | | </Address>
19 | | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
20 | | <Items>
21 | | <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | | </Item>
27 | | <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | | </Item>
33 | | </Items>
34 | `-> </PurchaseOrder>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:2:1]
2 | ,-> <PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
3 | | <Address Type="Shipping">
4 | | <Name>Ellen Adams</Name>
5 | | <Street>123 Maple Street</Street>
6 | | <City>Mill Valley</City>
7 | | <State>CA</State>
8 | | <Zip>10999</Zip>
9 | | <Country>USA</Country>
10 | | </Address>
11 | | <Address Type="Billing">
12 | | <Name>Tai Yee</Name>
13 | | <Street>8 Oak Avenue</Street>
14 | | <City>Old Town</City>
15 | | <State>PA</State>
16 | | <Zip>95819</Zip>
17 | | <Country>USA</Country>
18 | | </Address>
19 | | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
20 | | <Items>
21 | | <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | | </Item>
27 | | <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | | </Item>
33 | | </Items>
34 | `-> </PurchaseOrder>
`----
x Attribute
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:2:1]
2 | ,-> <PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
3 | `-> <Address Type="Shipping">
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:2:1]
2 | ,-> <PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
3 | `-> <Address Type="Shipping">
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:3:5]
3 | ,-> <Address Type="Shipping">
4 | | <Name>Ellen Adams</Name>
5 | | <Street>123 Maple Street</Street>
6 | | <City>Mill Valley</City>
7 | | <State>CA</State>
8 | | <Zip>10999</Zip>
9 | | <Country>USA</Country>
10 | `-> </Address>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:3:5]
3 | ,-> <Address Type="Shipping">
4 | | <Name>Ellen Adams</Name>
5 | | <Street>123 Maple Street</Street>
6 | | <City>Mill Valley</City>
7 | | <State>CA</State>
8 | | <Zip>10999</Zip>
9 | | <Country>USA</Country>
10 | `-> </Address>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:3:5]
3 | ,-> <Address Type="Shipping">
4 | `-> <Name>Ellen Adams</Name>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:3:5]
3 | ,-> <Address Type="Shipping">
4 | `-> <Name>Ellen Adams</Name>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | <Name>Ellen Adams</Name>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | <Name>Ellen Adams</Name>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | <Name>Ellen Adams</Name>
: ^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | <Name>Ellen Adams</Name>
: ^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | ,-> <Name>Ellen Adams</Name>
5 | `-> <Street>123 Maple Street</Street>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:4:9]
4 | ,-> <Name>Ellen Adams</Name>
5 | `-> <Street>123 Maple Street</Street>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | <Street>123 Maple Street</Street>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | <Street>123 Maple Street</Street>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | <Street>123 Maple Street</Street>
: ^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | <Street>123 Maple Street</Street>
: ^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | ,-> <Street>123 Maple Street</Street>
6 | `-> <City>Mill Valley</City>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:5:9]
5 | ,-> <Street>123 Maple Street</Street>
6 | `-> <City>Mill Valley</City>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | <City>Mill Valley</City>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | <City>Mill Valley</City>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | <City>Mill Valley</City>
: ^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | <City>Mill Valley</City>
: ^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | ,-> <City>Mill Valley</City>
7 | `-> <State>CA</State>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:6:9]
6 | ,-> <City>Mill Valley</City>
7 | `-> <State>CA</State>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | <State>CA</State>
: ^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | <State>CA</State>
: ^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | <State>CA</State>
: ^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | <State>CA</State>
: ^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | ,-> <State>CA</State>
8 | `-> <Zip>10999</Zip>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:7:9]
7 | ,-> <State>CA</State>
8 | `-> <Zip>10999</Zip>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | <Zip>10999</Zip>
: ^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | <Zip>10999</Zip>
: ^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | <Zip>10999</Zip>
: ^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | <Zip>10999</Zip>
: ^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | ,-> <Zip>10999</Zip>
9 | `-> <Country>USA</Country>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:8:9]
8 | ,-> <Zip>10999</Zip>
9 | `-> <Country>USA</Country>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | <Country>USA</Country>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | <Country>USA</Country>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | <Country>USA</Country>
: ^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | <Country>USA</Country>
: ^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | ,-> <Country>USA</Country>
10 | `-> </Address>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:9:9]
9 | ,-> <Country>USA</Country>
10 | `-> </Address>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:10:5]
10 | ,-> </Address>
11 | `-> <Address Type="Billing">
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:10:5]
10 | ,-> </Address>
11 | `-> <Address Type="Billing">
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:11:5]
11 | ,-> <Address Type="Billing">
12 | | <Name>Tai Yee</Name>
13 | | <Street>8 Oak Avenue</Street>
14 | | <City>Old Town</City>
15 | | <State>PA</State>
16 | | <Zip>95819</Zip>
17 | | <Country>USA</Country>
18 | `-> </Address>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:11:5]
11 | ,-> <Address Type="Billing">
12 | | <Name>Tai Yee</Name>
13 | | <Street>8 Oak Avenue</Street>
14 | | <City>Old Town</City>
15 | | <State>PA</State>
16 | | <Zip>95819</Zip>
17 | | <Country>USA</Country>
18 | `-> </Address>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:11:5]
11 | ,-> <Address Type="Billing">
12 | `-> <Name>Tai Yee</Name>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:11:5]
11 | ,-> <Address Type="Billing">
12 | `-> <Name>Tai Yee</Name>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | <Name>Tai Yee</Name>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | <Name>Tai Yee</Name>
: ^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | <Name>Tai Yee</Name>
: ^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | <Name>Tai Yee</Name>
: ^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | ,-> <Name>Tai Yee</Name>
13 | `-> <Street>8 Oak Avenue</Street>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:12:9]
12 | ,-> <Name>Tai Yee</Name>
13 | `-> <Street>8 Oak Avenue</Street>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | <Street>8 Oak Avenue</Street>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | <Street>8 Oak Avenue</Street>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | <Street>8 Oak Avenue</Street>
: ^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | <Street>8 Oak Avenue</Street>
: ^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | ,-> <Street>8 Oak Avenue</Street>
14 | `-> <City>Old Town</City>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:13:9]
13 | ,-> <Street>8 Oak Avenue</Street>
14 | `-> <City>Old Town</City>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | <City>Old Town</City>
: ^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | <City>Old Town</City>
: ^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | <City>Old Town</City>
: ^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | <City>Old Town</City>
: ^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | ,-> <City>Old Town</City>
15 | `-> <State>PA</State>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:14:9]
14 | ,-> <City>Old Town</City>
15 | `-> <State>PA</State>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | <State>PA</State>
: ^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | <State>PA</State>
: ^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | <State>PA</State>
: ^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | <State>PA</State>
: ^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | ,-> <State>PA</State>
16 | `-> <Zip>95819</Zip>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:15:9]
15 | ,-> <State>PA</State>
16 | `-> <Zip>95819</Zip>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | <Zip>95819</Zip>
: ^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | <Zip>95819</Zip>
: ^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | <Zip>95819</Zip>
: ^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | <Zip>95819</Zip>
: ^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | ,-> <Zip>95819</Zip>
17 | `-> <Country>USA</Country>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:16:9]
16 | ,-> <Zip>95819</Zip>
17 | `-> <Country>USA</Country>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | <Country>USA</Country>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | <Country>USA</Country>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | <Country>USA</Country>
: ^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | <Country>USA</Country>
: ^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | ,-> <Country>USA</Country>
18 | `-> </Address>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:17:9]
17 | ,-> <Country>USA</Country>
18 | `-> </Address>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:18:5]
18 | ,-> </Address>
19 | `-> <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:18:5]
18 | ,-> </Address>
19 | `-> <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | ,-> <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
20 | `-> <Items>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:19:5]
19 | ,-> <DeliveryNotes>Please leave packages in shed by driveway.</DeliveryNotes>
20 | `-> <Items>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:20:5]
20 | ,-> <Items>
21 | | <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | | </Item>
27 | | <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | | </Item>
33 | `-> </Items>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:20:5]
20 | ,-> <Items>
21 | | <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | | </Item>
27 | | <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | | </Item>
33 | `-> </Items>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:20:5]
20 | ,-> <Items>
21 | `-> <Item PartNumber="872-AA">
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:20:5]
20 | ,-> <Items>
21 | `-> <Item PartNumber="872-AA">
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:21:9]
21 | ,-> <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | `-> </Item>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:21:9]
21 | ,-> <Item PartNumber="872-AA">
22 | | <ProductName>Lawnmower</ProductName>
23 | | <Quantity>1</Quantity>
24 | | <USPrice>148.95</USPrice>
25 | | <Comment>Confirm this is electric</Comment>
26 | `-> </Item>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:21:9]
21 | ,-> <Item PartNumber="872-AA">
22 | `-> <ProductName>Lawnmower</ProductName>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:21:9]
21 | ,-> <Item PartNumber="872-AA">
22 | `-> <ProductName>Lawnmower</ProductName>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | <ProductName>Lawnmower</ProductName>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | <ProductName>Lawnmower</ProductName>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | <ProductName>Lawnmower</ProductName>
: ^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | <ProductName>Lawnmower</ProductName>
: ^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | ,-> <ProductName>Lawnmower</ProductName>
23 | `-> <Quantity>1</Quantity>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:22:13]
22 | ,-> <ProductName>Lawnmower</ProductName>
23 | `-> <Quantity>1</Quantity>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | <Quantity>1</Quantity>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | <Quantity>1</Quantity>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | <Quantity>1</Quantity>
: ^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | <Quantity>1</Quantity>
: ^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | ,-> <Quantity>1</Quantity>
24 | `-> <USPrice>148.95</USPrice>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:23:13]
23 | ,-> <Quantity>1</Quantity>
24 | `-> <USPrice>148.95</USPrice>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | <USPrice>148.95</USPrice>
: ^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | <USPrice>148.95</USPrice>
: ^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | <USPrice>148.95</USPrice>
: ^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | <USPrice>148.95</USPrice>
: ^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | ,-> <USPrice>148.95</USPrice>
25 | `-> <Comment>Confirm this is electric</Comment>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:24:13]
24 | ,-> <USPrice>148.95</USPrice>
25 | `-> <Comment>Confirm this is electric</Comment>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | <Comment>Confirm this is electric</Comment>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | <Comment>Confirm this is electric</Comment>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | <Comment>Confirm this is electric</Comment>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | <Comment>Confirm this is electric</Comment>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | ,-> <Comment>Confirm this is electric</Comment>
26 | `-> </Item>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:25:13]
25 | ,-> <Comment>Confirm this is electric</Comment>
26 | `-> </Item>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:26:9]
26 | ,-> </Item>
27 | `-> <Item PartNumber="926-AA">
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:26:9]
26 | ,-> </Item>
27 | `-> <Item PartNumber="926-AA">
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:27:9]
27 | ,-> <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | `-> </Item>
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:27:9]
27 | ,-> <Item PartNumber="926-AA">
28 | | <ProductName>Baby Monitor</ProductName>
29 | | <Quantity>2</Quantity>
30 | | <USPrice>39.98</USPrice>
31 | | <ShipDate>1999-05-21</ShipDate>
32 | `-> </Item>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:27:9]
27 | ,-> <Item PartNumber="926-AA">
28 | `-> <ProductName>Baby Monitor</ProductName>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:27:9]
27 | ,-> <Item PartNumber="926-AA">
28 | `-> <ProductName>Baby Monitor</ProductName>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | <ProductName>Baby Monitor</ProductName>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | <ProductName>Baby Monitor</ProductName>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | <ProductName>Baby Monitor</ProductName>
: ^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | <ProductName>Baby Monitor</ProductName>
: ^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | ,-> <ProductName>Baby Monitor</ProductName>
29 | `-> <Quantity>2</Quantity>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:28:13]
28 | ,-> <ProductName>Baby Monitor</ProductName>
29 | `-> <Quantity>2</Quantity>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | <Quantity>2</Quantity>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | <Quantity>2</Quantity>
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | <Quantity>2</Quantity>
: ^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | <Quantity>2</Quantity>
: ^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | ,-> <Quantity>2</Quantity>
30 | `-> <USPrice>39.98</USPrice>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:29:13]
29 | ,-> <Quantity>2</Quantity>
30 | `-> <USPrice>39.98</USPrice>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | <USPrice>39.98</USPrice>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | <USPrice>39.98</USPrice>
: ^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | <USPrice>39.98</USPrice>
: ^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | <USPrice>39.98</USPrice>
: ^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | ,-> <USPrice>39.98</USPrice>
31 | `-> <ShipDate>1999-05-21</ShipDate>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:30:13]
30 | ,-> <USPrice>39.98</USPrice>
31 | `-> <ShipDate>1999-05-21</ShipDate>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | <ShipDate>1999-05-21</ShipDate>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | <ShipDate>1999-05-21</ShipDate>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | <ShipDate>1999-05-21</ShipDate>
: ^^^^^^^^^^
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | <ShipDate>1999-05-21</ShipDate>
: ^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | ,-> <ShipDate>1999-05-21</ShipDate>
32 | `-> </Item>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:31:13]
31 | ,-> <ShipDate>1999-05-21</ShipDate>
32 | `-> </Item>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:32:9]
32 | ,-> </Item>
33 | `-> </Items>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:32:9]
32 | ,-> </Item>
33 | `-> </Items>
`----
x Child
,-[$DIR/tests/fixture/basic-1/input.xml:33:5]
33 | </Items>
: ^
34 | </PurchaseOrder>
`----
x Text
,-[$DIR/tests/fixture/basic-1/input.xml:33:5]
33 | </Items>
: ^
34 | </PurchaseOrder>
`----