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
fix(awk): support backslash-newline line continuation
Backslash immediately before a newline is now treated as line
continuation in awk programs — the two characters are removed and
the physical lines are joined. This is standard POSIX awk behavior.
Closes#836
0 commit comments