We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tested with 7c928a3. The following script:
$1 == "\\"
will produce the error:
--> /tmp/s.awk:1:7 | 1 | $1 == "\\" | ^--- | = expected string, ere, number, func_name, builtin_function_call, pre_inc, pre_dec, not, unary_plus, negate, or lvalue
Likewise, the script:
$1 == "\""
will produce:
--> 1:7 | 1 | $1 == "\"" | ^--^ | = invalid escape sequence
Interestingly, the error for the second script fails to report the script name (it was /tmp/s.awk in both cases.)
/tmp/s.awk
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested with 7c928a3. The following script:
will produce the error:
Likewise, the script:
will produce:
Interestingly, the error for the second script fails to report the script name (it was
/tmp/s.awk
in both cases.)The text was updated successfully, but these errors were encountered: