summaryrefslogtreecommitdiffstats
path: root/tests/jq.test
AgeCommit message (Expand)Author
2023-06-28Validate module metadata to be an object (#2357)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-01Merge old jqlang/jq master to the latest (#2596)Owen Ou
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-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-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-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-08-17Fix destructuring alternationfix-destructuring-alternationWilliam Langford
2017-12-11Revert "reduce: handle empty updates (fix #1313)"Nicolas 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
2017-02-28getpath/1 should be a path expression (fix #1358)Nicolas Williams
2017-02-26Fix error message for undefined varsNicolas Williams
2017-02-21Allow var bindings in path expressions (#1347)Nicolas Williams
2017-02-12Add @base64d for decoding base64 #47Shaun Guth
2017-01-30Add SQL-style operators (#1322)Nicolas Williams
2017-01-30Make first(g) more efficient: extract only 1 valueNicolas Williams
2017-01-30reduce: handle empty updates (fix #1313)Nicolas Williams
2017-01-27Handle cut-off UTF-8 sequences when reading filesWilliam Langford
2016-01-18Always test sort_by/group_by post-#1082Nicolas Williams
2016-01-17Enable more tests on Windows; move sort_by testsNicolas Williams
2015-10-25Support numbers and boolean in join (fix #930)David Tolnay
2015-10-17If-then-else documentation for forking conditional (fix #942)David Tolnay
2015-10-17Support lowercase name in from_entries (fix #990)David Tolnay
2015-09-24Support NaN in path expressions (fix #962)David Tolnay
2015-09-21Delete negative indices in array (fix #954)David Tolnay
2015-09-21Fix assert fail if object literal key is not a string (fix #953)David Tolnay
2015-09-13utf8bytelength: count UTF8 string bytelengthJoel Nothman
2015-08-16Fix assert fail when delpaths is given non-array (fix #901)David Tolnay
2015-08-13Fix memory leak in non-constant module declarationDavid Tolnay
2015-08-13Fix assert fail on invalid import path (fix #899)David Tolnay
2015-08-13Fix assert fail on non-object import metadata (fix #900)David Tolnay