summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Actually fix the strptime testsmacos-strptimeWilliam Langford2017-11-291-2/+3
* Fix strptime tests on macOS 10.12William Langford2017-11-271-2/+2
* Fix leak on error in strptimeNicolas Williams2017-11-231-0/+1
* Deal with strptime() on OS X and *BSD (fix #1415)Nicolas Williams2017-05-211-1/+6
* Add JQ_COLORS env var for color config (fix #1252)Nico Williams2017-04-291-0/+54
* def isempty(g) # Testing 'isempty(empty)' at line number 1364pkoppstein2017-04-151-0/+12
* Allow . as {$a:$b} destructuringNicolas Williams2017-03-261-0/+4
* Add more destructuring testsNicolas Williams2017-03-261-0/+12
* Fix a tripped assertion when generating reducesWilliam Langford2017-03-261-0/+5
* Conditional exprs are not path exprs (fix #1368)Nicolas Williams2017-03-151-0/+5
* Fix off-by-one bug in #1108 fixNicolas Williams2017-03-011-2/+2
* Array slice overflows (fix #1108)Nicolas Williams2017-03-011-0/+9
* getpath/1 should be a path expression (fix #1358)Nicolas Williams2017-02-281-0/+12
* Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams2017-02-262-0/+35
* Fix error message for undefined varsNicolas Williams2017-02-261-1/+1
* Make test/shtest test of constant folding robustNicolas Williams2017-02-251-13/+9
* Allow var bindings in path expressions (#1347)Nicolas Williams2017-02-211-0/+6
* Add @base64d for decoding base64 #47Shaun Guth2017-02-123-1/+46
* Add SQL-style operators (#1322)Nicolas Williams2017-01-301-0/+29
* Make first(g) more efficient: extract only 1 valueNicolas Williams2017-01-301-0/+5
* reduce: handle empty updates (fix #1313)Nicolas Williams2017-01-301-0/+5
* Handle cut-off UTF-8 sequences when reading filesWilliam Langford2017-01-273-1/+13
* Always test sort_by/group_by post-#1082Nicolas Williams2016-01-182-12/+7
* Make it possible to run tests with set -xNicolas Williams2016-01-176-5/+9
* Enable more tests on Windows; move sort_by testsNicolas Williams2016-01-173-15/+36
* Make it easier to use jq with shebangs (fix #1044)Nicolas Williams2015-12-142-0/+6
* Two sub bugs fixed; two new gsub tests have been added.pkoppstein2015-12-091-0/+8
* Support numbers and boolean in join (fix #930)David Tolnay2015-10-251-4/+20
* mktemp needs 6 or more X's (fix #1000)David Tolnay2015-10-241-1/+1
* If-then-else documentation for forking conditional (fix #942)David Tolnay2015-10-171-1/+14
* Support lowercase name in from_entries (fix #990)David Tolnay2015-10-171-6/+2
* Support NaN in path expressions (fix #962)David Tolnay2015-09-241-0/+4
* EOF after newline in string mishandled (fix #951)Nicolas Williams2015-09-221-1/+12
* Delete negative indices in array (fix #954)David Tolnay2015-09-211-0/+4
* Fix assert fail if object literal key is not a string (fix #953)David Tolnay2015-09-211-0/+8
* utf8bytelength: count UTF8 string bytelengthJoel Nothman2015-09-131-0/+9
* Fix decoding of UTF-8 sequence length (fix #922)David Tolnay2015-08-221-0/+5
* Fix assert fail when delpaths is given non-array (fix #901)David Tolnay2015-08-161-0/+4
* Fix memory leak in non-constant module declarationDavid Tolnay2015-08-131-0/+4
* Fix assert fail on invalid import path (fix #899)David Tolnay2015-08-131-0/+8
* Fix assert fail on non-object import metadata (fix #900)David Tolnay2015-08-131-0/+8
* Test main.c fix for #817Nicolas Williams2015-08-131-0/+12
* Fix #896, double-free in `setpath`Nicolas Williams2015-08-111-0/+4
* Fix range(value;stream) (fix #886)David Tolnay2015-08-061-0/+8
* OS X's mktemp -d requires template (fix #876)Nicolas Williams2015-07-281-2/+2
* Implement flatten/0 in terms of flatten/1Santiago Lapresta2015-07-241-2/+9
* detect invalid path expression (fix #862)David Tolnay2015-07-241-0/+36
* Resolve shift/reduce conflict of 'def' vs '|'David Tolnay2015-07-191-0/+5
* Use `include` for import into namespaceNicolas Williams2015-07-101-3/+3
* strftime wrong day-of-week (fix #838)David Tolnay2015-07-011-0/+4