summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-08-03Fix crash on numeric comparison (ref #2804) (#2818)itchyny
2023-08-02Fix a test case added in #2790itchyny
2023-08-02Fix rounding small (but not too small) numbers to zero on calculationitchyny
2023-08-01Require a main program (fix #2785)Nicolas Williams
2023-08-01Simple and efficient implementation of walk/1 (#2795)pkoppstein
2023-07-31Fix constant folding of division and reminder with zero divisoritchyny
2023-07-28Test negative indices in path expressionspkoppstein
2023-07-27Fix memory leak for { $foo: bar }Emanuele Torre
2023-07-26Rename --nul-output to --raw-output0, abort on string containing NULitchyny
2023-07-25manual.yml: remove contingent testspkoppstein
2023-07-25builtin.jq: naive abs/0pkoppstein
2023-07-25implode: Better invalid input validation and handlingMattias Wadman
2023-07-25builtin.jq: simpler and faster transpose (#2758)pkoppstein
2023-07-24Fix leaks on invalid input for strftime, strflocaltime and mktimeMattias Wadman
2023-07-24Add fuzzer targeting load_fileDavid Korczynski
2023-07-24Add compile fuzzer for OSS-FuzzDavid Korczynski
2023-07-24Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744)itchyny
2023-07-24Fix try/catch catches more than it should #1859Nico Williams
2023-07-23Fix stderr to output string with no decoration (fix #2063)itchyny
2023-07-23Fix --stream-errors w/o --stream, and doc+test (close #2748)Nicolas Williams
2023-07-22Add tests for --arg, --argjson, and similar optionsitchyny
2023-07-21Add a regression test for #2000itchyny
2023-07-19manual.yml: revise section on identity, clarifying what is subject to changepkoppstein
2023-07-19Respect NO_COLOR environment variable to disable color outputitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2023-07-18Define examples in the "examples" field instead of "example"Emanuele Torre
2023-07-18Populate captures also for zero-width matchesEmanuele Torre
2023-07-18Initialise jq_state->debug_cb{,_data} to NULLEmanuele Torre
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2023-07-17Make stream parser error when a non-empty object or array is used as keyEmanuele Torre
2023-07-16Initialise jq_state->input_cb{,_data} to NULL in jq_init()Emanuele Torre
2023-07-14Fix indices/1 and rindex/1 in case of overlapping matches in stringsEmanuele Torre
2023-07-14Parse nan in JSON as NaN instead of triggering a parse error (#2712)Emanuele Torre
2023-07-13Make sure distcheck passes and run dist job on Pull Requestitchyny
2023-07-13Fix uri format to follow RFC 3986 (#2157)itchyny
2023-07-12Fix has(nan) on arrays to output falseitchyny
2023-07-11Update "tests/man.test" and remove superflous whitespace in manual.ymlEmanuele Torre
2023-07-10Update tests/man.testNicolas Williams
2023-07-10Add first fuzzer for integration with OSS-Fuzz.davkor
2023-07-10Allow using { $__loc__ } as shorthand for { __loc__: $__loc__ }Emanuele Torre
2023-07-09Lex $foo as a single token, instead of using '$' IDENTEmanuele Torre
2023-07-09Fix empty regular expression matches (fix #2565)itchyny
2023-07-09Fix manual on paths/1 to use boolean filter for its argumentitchyny
2023-07-09Support .a.[] and .a.[]? each syntaxMattias Wadman
2023-07-08Fix nth/2 to emit empty on index out of rangeitchyny
2023-07-08Fix string multiplication by 0 (and less than 1) to emit empty stringitchyny
2023-07-08Fix string multiplication with a value between 0.0 and 1.0itchyny
2023-07-07Fix deletion using assigning empty against arrays (fix #2051)itchyny
2023-07-07Remove deprecated filters: leaf_paths, recurse_downitchyny
2023-07-06Fix dumping large floating numbers (fix #2367) (#2661)itchyny