parent
902e928863
commit
79d418e00a
2 changed files with 0 additions and 20 deletions
8
testdata/initial.atom
vendored
8
testdata/initial.atom
vendored
|
@ -1,8 +0,0 @@
|
|||
<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
12
testdata/initial_plus_one_new.atom
vendored
|
@ -1,12 +0,0 @@
|
|||
<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