Skip to content

Commit 64c5b5c

Browse files
committed
fix: punctuation char map
1 parent fb53410 commit 64c5b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/char.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const newCharTypeSet: { [key in CharType]?: string } = {
2727
[CharType.FULLWIDTH_BRACKET]: '()〔〕[]{}',
2828
[CharType.HALFWIDTH_OTHER_PUNCTUATION]: [
2929
// on-keyboard symbols
30-
'~-+*/\\%=&|"`<>@#$^',
30+
'~-+*/\\%=&|`<>@#$^',
3131
// symbol of death
3232
'†‡'
3333
].join(''),

0 commit comments

Comments
 (0)