Skip to content

Commit

Permalink
Fix a bibtex parsing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 9, 2024
1 parent b797c80 commit bd01da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/11_parser_tex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
const ast = await parser.bib(vscode.Uri.file('/main.bib'), '@article{key, author = "author",')

assert.strictEqual(ast, undefined)
assert.hasLog('Error when parsing bib file.')
assert.hasLog('Error when parsing bib file')
})
})

Expand Down

0 comments on commit bd01da6

Please sign in to comment.