summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-06-30Move an example to the manual and regenerate man.test (#2639)itchyny
2023-06-28Validate module metadata to be an object (#2357)itchyny
2023-06-27Fix halt_error to print message without prefix in raw mode (fix #1902) (#2632)itchyny
2023-06-27Fix number lexer to avoid conflict with object indexing (#2254)itchyny
2023-06-27Fix overflow exception of the modulo operator (fix #1176) (#2629)itchyny
2023-06-13Fix misspellings (#2609)Josh Soref
2023-06-06fix handling of -0 (#2235)Anthony Sottile
2023-06-01Merge old jqlang/jq master to the latest (#2596)Owen Ou
2022-05-26Fix iterration problem for non decimal stringTomas Halman
2020-03-02Rework pipenv requirement to be more relaxedWilliam Langford
2020-01-14fix typosAlanscut
2019-11-21Fix nesting try/catch inside internal errorsWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-03-25Fix tests/jq.test for c72ed135Nicolas Williams
2019-03-25Fix tests/shtest broken by 2b4d51fNicolas Williams
2019-03-24Allow keywords in more places (fix #1868)Nicolas Williams
2019-02-26Restore cfunction arity in builtins/0Muh Muhten
2019-02-26Bind libraries backward for consistent shadowingMuh Muhten
2019-02-26Fix regression on ~/.jq being a directoryMuh Muhten
2019-02-26Fix alpine buildMuh Muhten
2019-02-26Make shtest verbose 2 diag. alpine build failureNicolas Williams
2019-02-26Remove ruby dependency from mantestsWilliam Langford
2019-02-26Simplify and optimize SQLish builtinsMuh Muhten
2019-02-26Fix bizarre bsearch/1 behaviour with a stream argumentMuh Muhten
2019-02-26Add more tests for any and allMuh Muhten
2019-02-26Remove scalars_or_emptyMuh Muhten
2019-02-21Ensure limit(0; ...) is emptyMuh Muhten
2019-02-20Support "if" without "else" clauseChance Zibolski
2019-02-20Bind data imports properly when already resolvedMuh Muhten
2019-02-08Fix infinite loop in index("") (fix #1815)Nicolas Williams
2019-01-22Add tests for built-in function `contains`David Haguenauer
2019-01-18`contains` should handle embedded NULs (fix #1732)Nicolas Williams
2018-12-18fix --exit-code issues #1142 and #1139Ryoichi KATO
2018-08-17Fix destructuring alternationfix-destructuring-alternationWilliam Langford
2018-02-20Change backticks to the more legible $()David Fetter
2017-12-11Revert "reduce: handle empty updates (fix #1313)"Nicolas Williams
2017-12-04Fix hang for slurped inputs with trailing newlineWilliam Langford
2017-12-04Fix #1534William Langford
2017-11-29Actually fix the strptime testsmacos-strptimeWilliam Langford
2017-11-27Fix strptime tests on macOS 10.12William Langford
2017-11-23Fix leak on error in strptimeNicolas Williams
2017-05-21Deal with strptime() on OS X and *BSD (fix #1415)Nicolas Williams
2017-04-29Add JQ_COLORS env var for color config (fix #1252)Nico Williams
2017-04-15def isempty(g) # Testing 'isempty(empty)' at line number 1364pkoppstein
2017-03-26Allow . as {$a:$b} destructuringNicolas Williams
2017-03-26Add more destructuring testsNicolas Williams
2017-03-26Fix a tripped assertion when generating reducesWilliam Langford
2017-03-15Conditional exprs are not path exprs (fix #1368)Nicolas Williams
2017-03-01Fix off-by-one bug in #1108 fixNicolas Williams
2017-03-01Array slice overflows (fix #1108)Nicolas Williams