We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b797c80 commit bd01da6Copy full SHA for bd01da6
test/units/11_parser_tex.test.ts
@@ -41,7 +41,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
41
const ast = await parser.bib(vscode.Uri.file('/main.bib'), '@article{key, author = "author",')
42
43
assert.strictEqual(ast, undefined)
44
- assert.hasLog('Error when parsing bib file.')
+ assert.hasLog('Error when parsing bib file')
45
})
46
47
0 commit comments