summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make --run-tests' jv_test() quietNicolas Williams2015-06-281-0/+3
* Add more basic number testsNicolas Williams2015-06-271-0/+9
* add configure option to run tests without valgrindDavid Tolnay2015-06-271-1/+1
* Fix braino in merging the previous commitNicolas Williams2015-06-271-1/+3
* Restore import into caller's namespaceNicolas Williams2015-06-261-0/+4
* Use set -u in tests/setupNicolas Williams2015-06-261-1/+3
* Add streaming utilities (fix #827)Nicolas Williams2015-06-262-53/+1
* Alternative implementation of tovaluesNicolas Williams2015-06-261-19/+27
* separate jq, oniguruma, sh, and man testsDavid Tolnay2015-06-187-153/+170
* Fix #814: raise on div-0, add inf isinf nan isnanNicolas Williams2015-06-171-0/+12
* Sequence parser: wait for RS on startup (fix #687)Nicolas Williams2015-06-171-5/+3
* array and object destructuring (fix #533)David Tolnay2015-06-091-0/+47
* Keywords should be OK as object keys (fix #794)Nicolas Williams2015-05-251-0/+4
* Print offending object in runtime error messagesAssaf Gordon2015-05-211-0/+12
* Don't test input_filename/line_number yetNicolas Williams2015-05-211-9/+0
* Add filename/line functions to jq (fix #753)Assaf Gordon2015-05-211-0/+9
* Fix gsub, add gsub/3 (fix #782)Nicolas Williams2015-05-181-0/+4
* Add error injection libraryNicolas Williams2015-05-111-0/+16
* --raw-input ought to read NULs (partial fix #760)Nicolas Williams2015-04-231-2/+5
* Add `$__loc__` (fix #740)Nicolas Williams2015-03-301-0/+4