We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a602d21 commit 5a347f4Copy full SHA for 5a347f4
1 file changed
test/tests/styleTest.js
@@ -80,7 +80,7 @@ describe("Zotero.Styles", function () {
80
[item],
81
'bibliography=http://www.zotero.org/styles/nlm-citation-sequence'
82
);
83
- assert.equal(o.text, '1. Foo bar: baz qux. 2019; \n');
+ assert.equal(o.text, '1. Foo bar: baz qux. 2019.\n');
84
});
85
86
0 commit comments