Skip to content

Commit bd01da6

Browse files
committed
Fix a bibtex parsing unit test
1 parent b797c80 commit bd01da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units/11_parser_tex.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
4141
const ast = await parser.bib(vscode.Uri.file('/main.bib'), '@article{key, author = "author",')
4242

4343
assert.strictEqual(ast, undefined)
44-
assert.hasLog('Error when parsing bib file.')
44+
assert.hasLog('Error when parsing bib file')
4545
})
4646
})
4747

0 commit comments

Comments
 (0)