Skip to content

Commit c0c7123

Browse files
committed
Fix a macro test issue
1 parent a090650 commit c0c7123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/units/15_completion_macro.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
131131
})
132132

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

0 commit comments

Comments
 (0)