Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethfan committed Dec 13, 2024
1 parent 3f2b2b6 commit c0d4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Tokenizer:
# 'r': _CR,
# 'n': _LF,
_ESCAPE: _ESCAPE,
_SINGLE_QUOTE: _SINGLE_QUOTE,
# _SINGLE_QUOTE: _SINGLE_QUOTE,
_DOUBLE_QUOTE: _DOUBLE_QUOTE,
_DOLLAR: _DOLLAR,
}
Expand Down

0 comments on commit c0d4e70

Please sign in to comment.