Skip to content

Commit e394595

Browse files
committed
IHF: format_xml helper tests added.
1 parent a31bfdb commit e394595

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<root>
3+
<task priority="low">
4+
<to>John</to>
5+
<from>Jane</from>
6+
<title>Go to the shop</title>
7+
</task>
8+
<task priority="medium">
9+
<to>John</to>
10+
<from>Paul</from>
11+
<title>Finish the report</title>
12+
</task>
13+
<task priority="high">
14+
<to>Jane</to>
15+
<from>Jeff</from>
16+
<title>Clean the house</title>
17+
</task>
18+
</root>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0"?>
2+
<root><task priority="low"><to>John</to><from>Jane</from><title>Go to the shop</title></task><task priority="medium"><to>John</to><from>Paul</from><title>Finish the report</title></task><task priority="high"><to>Jane</to><from>Jeff</from><title>Clean the house</title></task></root>

0 commit comments

Comments
 (0)