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
With #36 (a fix for #21, among other things), escaping is explicit in words. It's still the case that expanded_words and intermediate_fields use backslashes to escape things. It would be good to have explicit escapes throughout, though getting all the details right will be tricky.
The text was updated successfully, but these errors were encountered:
To represent characters escaped by a backslash, a new AST entry is
added. This improves their handling considerably compared to the
previous state, where the escaping was in some cases ignored and in
other cases turned into a literal backslash.
The change has not yet been pushed "all the way through": `expanded_words` and `intermediate_fields` still use backslashes for escaping. That fix is a longer-term issue (#37).
With #36 (a fix for #21, among other things), escaping is explicit in
words
. It's still the case thatexpanded_words
andintermediate_fields
use backslashes to escape things. It would be good to have explicit escapes throughout, though getting all the details right will be tricky.The text was updated successfully, but these errors were encountered: