Skip to content

Commit

Permalink
Add single-field data to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Nov 13, 2016
1 parent 6504ce4 commit 73e36d4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Expand Up @@ -77,6 +77,36 @@ bibliography
],
"id": "ITEM-2",
"type": "book"
},
{
"author": [
{
"literal": "Doe Inc."
},
{
"literal": "Roe Inc."
},
{
"literal": "Snoakes Inc."
}
],
"id": "ITEM-3",
"type": "book"
},
{
"author": [
{
"literal": "Doe Inc."
},
{
"literal": "Roe Inc."
},
{
"literal": "Noakes Inc."
}
],
"id": "ITEM-4",
"type": "book"
}
]
<<===== INPUT =====<<
Expand Up @@ -77,6 +77,36 @@ bibliography
],
"id": "ITEM-2",
"type": "book"
},
{
"author": [
{
"literal": "Doe Inc."
},
{
"literal": "Roe Inc."
},
{
"literal": "Snoakes Inc."
}
],
"id": "ITEM-3",
"type": "book"
},
{
"author": [
{
"literal": "Doe Inc."
},
{
"literal": "Roe Inc."
},
{
"literal": "Noakes Inc."
}
],
"id": "ITEM-4",
"type": "book"
}
]
<<===== INPUT =====<<

0 comments on commit 73e36d4

Please sign in to comment.