Skip to content

Commit eb4abcd

Browse files
author
Ubuntu
committed
add missing-fields test
1 parent 553ade9 commit eb4abcd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

test/input/missing-fields.atom

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
3+
<entry>
4+
<id>tag:github.com,2008:Repository/11167738/v3.9.0</id>
5+
</entry>
6+
</feed>

test/output/missing-fields.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"feed": {
3+
"entries": [
4+
{
5+
"id": "tag:github.com,2008:Repository/11167738/v3.9.0"
6+
}
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)