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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running test test-<parameter-option>: CRASHED in 0.000637s and 56KiB Unexpected token: "=" test-<parameter-option> crashed [Unexpected token: "="]
The assertion that caused that crash has a description, and it should be displayed in the result:
for (argv in list(vector("--airport", "BOS"), vector("--airport=BOS"), vector("--airport", "=", "BOS"), vector("-aBOS"), vector("-a=BOS"), vector("-as", "=", "BOS"))) let parser = parse(argv); assert-equal("BOS", get-option-value(parser, "airport"), format-to-string("argv = %=", argv)); ...
The text was updated successfully, but these errors were encountered:
For the record, the failing case was the last one: "-as" was a typo for "-a"
"-as"
"-a"
Sorry, something went wrong.
No branches or pull requests
The assertion that caused that crash has a description, and it should be displayed in the result:
The text was updated successfully, but these errors were encountered: