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
The online manual (https://stedolan.github.io/jq/manual) still has the following mangled text:
try repeat(exp) catch .=="break" then empty else error;
I believe that should be:
try repeat(exp) catch if .=="break" then empty else error end
The text was updated successfully, but these errors were encountered:
docs: Fix a try-catch example (fix jqlang#1558, jqlang#1777)
3f972a3
docs: Fix a try-catch example (fix #1558, #1777) (#2605)
b8816ca
Successfully merging a pull request may close this issue.
The online manual (https://stedolan.github.io/jq/manual) still has the following mangled text:
I believe that should be:
The text was updated successfully, but these errors were encountered: