parent
0aaac62e64
commit
5a2d6dbcdc
2 changed files with 20 additions and 0 deletions
8
testdata/initial.atom
vendored
Normal file
8
testdata/initial.atom
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title type="text">Some title</title>
|
||||
<id>http://www.example.com/feed/atom/</id>
|
||||
<entry>
|
||||
<title>First title</title>
|
||||
<id>1</id>
|
||||
</entry>
|
||||
</feed>
|
12
testdata/initial_plus_one_new.atom
vendored
Normal file
12
testdata/initial_plus_one_new.atom
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title type="text">Some title</title>
|
||||
<id>http://www.example.com/feed/atom/</id>
|
||||
<entry>
|
||||
<title>First title</title>
|
||||
<id>1</id>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>Second title</title>
|
||||
<id>2</id>
|
||||
</entry>
|
||||
</feed>
|
Loading…
Add table
Add a link
Reference in a new issue