summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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-17Make it possible to run tests with set -xNicolas Williams
2016-01-17Enable more tests on Windows; move sort_by testsNicolas Williams
2015-12-14Make it easier to use jq with shebangs (fix #1044)Nicolas Williams
2015-12-09Two sub bugs fixed; two new gsub tests have been added.pkoppstein
2015-10-25Support numbers and boolean in join (fix #930)David Tolnay
2015-10-24mktemp needs 6 or more X's (fix #1000)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-22EOF after newline in string mishandled (fix #951)Nicolas Williams
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-22Fix decoding of UTF-8 sequence length (fix #922)David Tolnay
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
2015-08-13Test main.c fix for #817Nicolas Williams
2015-08-11Fix #896, double-free in `setpath`Nicolas Williams
2015-08-06Fix range(value;stream) (fix #886)David Tolnay
2015-07-28OS X's mktemp -d requires template (fix #876)Nicolas Williams
2015-07-24Implement flatten/0 in terms of flatten/1Santiago Lapresta
2015-07-24detect invalid path expression (fix #862)David Tolnay
2015-07-19Resolve shift/reduce conflict of 'def' vs '|'David Tolnay
2015-07-10Use `include` for import into namespaceNicolas Williams
2015-07-01strftime wrong day-of-week (fix #838)David Tolnay
2015-06-28Make --run-tests' jv_test() quietNicolas Williams
2015-06-27Add more basic number testsNicolas Williams
2015-06-27add configure option to run tests without valgrindDavid Tolnay
2015-06-27Fix braino in merging the previous commitNicolas Williams
2015-06-26Restore import into caller's namespaceNicolas Williams
2015-06-26Use set -u in tests/setupNicolas Williams
2015-06-26Add streaming utilities (fix #827)Nicolas Williams
2015-06-26Alternative implementation of tovaluesNicolas Williams
2015-06-18separate jq, oniguruma, sh, and man testsDavid Tolnay
2015-06-17Fix #814: raise on div-0, add inf isinf nan isnanNicolas Williams
2015-06-17Sequence parser: wait for RS on startup (fix #687)Nicolas Williams
2015-06-09array and object destructuring (fix #533)David Tolnay
2015-05-25Keywords should be OK as object keys (fix #794)Nicolas Williams
2015-05-21Print offending object in runtime error messagesAssaf Gordon
2015-05-21Don't test input_filename/line_number yetNicolas Williams
2015-05-21Add filename/line functions to jq (fix #753)Assaf Gordon
2015-05-18Fix gsub, add gsub/3 (fix #782)Nicolas Williams
2015-05-11Add error injection libraryNicolas Williams
2015-04-23--raw-input ought to read NULs (partial fix #760)Nicolas Williams
2015-03-30Add `$__loc__` (fix #740)Nicolas Williams
2015-03-30Include filename and lineno in error messagesNicolas Williams