Skip to content

Commit

Permalink
[fix] Bad merge!
Browse files Browse the repository at this point in the history
Surprised that git seemed to silently merge badly?  I don't see it any
diffs?
  • Loading branch information
Andy C committed Jan 4, 2024
1 parent 176f0a5 commit 59c4a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/lexer_def.py
Expand Up @@ -825,6 +825,7 @@ def R(pat, tok_type):
C("u'", Id.Left_USingleQuote),
C("b'", Id.Left_BSingleQuote),
C("$'", Id.Left_DollarSingleQuote),
C('^"', Id.Left_CaretDoubleQuote),
C('"""', Id.Left_TDoubleQuote),
# In expression mode, we add the r'' and c'' prefixes for '' and $''.
C("'''", Id.Left_TSingleQuote),
Expand Down

0 comments on commit 59c4a2c

Please sign in to comment.