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
|
@classmethod
|
||||||
def ispunct(cls, ch: str):
|
def ispunct(cls, ch: str):
|
||||||
return ch in (
|
return ch in (
|
||||||
'""'
|
'"'
|
||||||
';' # Semicolon
|
';' # Semicolon
|
||||||
'()' # Parens
|
'()' # Parens
|
||||||
'⟮⟯' # 'flat' parens
|
'⟮⟯' # 'flat' parens
|
||||||
|
|
Loading…
Reference in a new issue