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
The error message of assertEquals separately tokenizes \ of escaped characters in strings, e.g \t representing a tab literal is treated as two separate tokens despite semantically being a single indivisible unit.
Describe the bug
The error message of
assertEquals
separately tokenizes\
of escaped characters in strings, e.g\t
representing a tab literal is treated as two separate tokens despite semantically being a single indivisible unit.Steps to Reproduce
a\[-tb]{+fb}
Expected behavior
Diff to show as
a[-\t]{+\f}b
Environment
The text was updated successfully, but these errors were encountered: