Skip to content

Commit

Permalink
Fix a macro test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 17, 2024
1 parent a090650 commit c0c7123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/units/15_completion_macro.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
})

it('should remove other `%` components from macro argument hints', async () => {
set.config('intellisense.package.unusual', true)
readStub.resolves('\\usepackage{acro}')
await lw.cache.refreshCache(texPath)

Expand Down

0 comments on commit c0c7123

Please sign in to comment.