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
Closes#14
Test that escaping sigil terminators prevents sigil termination to
ensure that #14 is fixed by implementing all valid escape sequences for
#15.
The current set of VALID_ESCAPE_SEQUENCE
is too limited and misses escapes of sigil terminators.
Not only should the sigil terminators be escapable, but
VALID_ESCAPE_SEQUENCE
needs to be updated to cover all escapes that Elixir's lexer handles.The text was updated successfully, but these errors were encountered: