Skip to content

Commit

Permalink
Some more simple files for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleppmann committed Mar 1, 2009
1 parent 54b3fa0 commit af0173e
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/simple/diff/text3/1.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<a foo="foo">
<b />
<cc>
<d />
<e />
Text
<g />
<h />
</cc>
</a>
<x>
<y />
<z />
</x>
</root>
17 changes: 17 additions & 0 deletions test/simple/diff/text3/1a.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:diff="http://ept.github.com/fuego-diff" diff:ref0="/0">
<a foo="foo" diff:ref0="/0/1">
<b diff:ref0="/0/1/0" />
<cc>
<d diff:ref0="/0/1/1/0" />
<e diff:ref0="/0/1/1/1" />
Text
<g diff:ref0="/0/1/1/3" />
<h diff:ref0="/0/1/1/4" />
</cc>
</a>
<x diff:ref0="/0/0">
<y />
<z />
</x>
</root>
17 changes: 17 additions & 0 deletions test/simple/diff/text3/b.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<x>
<y />
<z />
</x>
<a foo="foo">
<b />
<c>
<d />
<e />
Text
<g />
<h />
</c>
</a>
</root>
17 changes: 17 additions & 0 deletions test/simple/diff/text3/ba.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:diff="http://ept.github.com/fuego-diff" diff:ref1="/0">
<x diff:ref1="/0/1">
<y />
<z />
</x>
<a foo="foo" diff:ref1="/0/0">
<b diff:ref1="/0/0/0" />
<c diff:cmp1="/0/0/1" >
<d />
<e />
Text
<g />
<h />
</c>
</a>
</root>

0 comments on commit af0173e

Please sign in to comment.