Only need one dquote
This commit is contained in:
parent
79bea645da
commit
669ded5d14
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class Parser(SexpParser):
|
|||
@classmethod
|
||||
def ispunct(cls, ch: str):
|
||||
return ch in (
|
||||
'""'
|
||||
'"'
|
||||
';' # Semicolon
|
||||
'()' # Parens
|
||||
'⟮⟯' # 'flat' parens
|
||||
|
|
Loading…
Reference in a new issue