From 669ded5d1496cf147f1f14abae62ec449cc459f3 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 18 Jul 2020 21:59:26 -0600 Subject: [PATCH] Only need one dquote --- src/python/flowmetal/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/flowmetal/parser.py b/src/python/flowmetal/parser.py index daf2e34..f85cd3a 100644 --- a/src/python/flowmetal/parser.py +++ b/src/python/flowmetal/parser.py @@ -242,7 +242,7 @@ class Parser(SexpParser): @classmethod def ispunct(cls, ch: str): return ch in ( - '""' + '"' ';' # Semicolon '()' # Parens '⟮⟯' # 'flat' parens