You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is indeed a bug of Cercis, but I haven't had time yet to further investigate how to solve it. I'll keep this in mind and maybe get back to it in a few weeks.
cercis replaces triple single quotes with triple double quotes (despite to use single quotes) and then complains about quadruple double quotes.
For example, take this code (a double quoted string within triple single quotes):
'''"test"'''
And run it with these arguments:
The resulting error is (showing quadruple double quotes):
Expected behavior
no error, as with the option "single-quote = false"
Environment
The text was updated successfully, but these errors were encountered: