parent
84c7c2f1d6
commit
cbfa4be437
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ describe("Zotero.Cite", function () {
|
|||
+ 'DOI: 10.0/abc\n' // certain fields are uppercase
|
||||
+ 'Archive Location: Foo\n' // requires an underscore
|
||||
+ 'Original Publisher Place: London, UK\n' // extra space OK
|
||||
+ 'Type: dataset'
|
||||
+ '\n\n'
|
||||
+ "Ignore other strings: they're not fields\n"
|
||||
+ 'This is just some text.'
|
||||
|
@ -16,6 +17,7 @@ describe("Zotero.Cite", function () {
|
|||
+ 'DOI: 10.0/abc\n'
|
||||
+ 'archive_location: Foo\n'
|
||||
+ 'original-publisher-place: London, UK\n'
|
||||
+ 'type: dataset'
|
||||
+ '\n\n'
|
||||
+ "Ignore other strings: they're not fields\n"
|
||||
+ 'This is just some text.';
|
||||
|
|
Loading…
Reference in a new issue