summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2014-07-06Add support for negative indices for .[]; fix #462William Langford
2014-07-06Add general `?` operatorNicolas Williams
2014-07-06Add `try EXP catch EXP`Nicolas Williams
2014-07-02Add `while(cond; update)` (fix #314)Nicolas Williams
2014-07-02Add `range(init;upto;by)` (fix #317)Nicolas Williams
2014-07-01Fixed base64 issue with UTF-8 stringsWilliam Langford
2014-06-30Let @uri produce uppercase hexadecimal digits...Zhiming Wang
2014-06-18Added regex support as per issue #164.William Langford
2014-06-16Added `flatten` and `flatten(x)` functionsSantiago Lapresta
2014-06-16Allow multiple functions with different aritiesNicolas Williams
2014-06-08Add test of `indices` with short inputNicolas Williams
2014-06-08Add `indices(s)`, improve `index(s)`, `rindex(s)`Nicolas Williams
2014-03-13Test `arrays` and friend filtersNicolas Williams
2014-03-12One more recursive merge testNicolas Williams
2014-03-08Add a recursive object merge strategy and bind it to *Filippo Valsorda
2014-03-06Make libm tests more portableNicolas Williams
2014-02-21Add missing trig functions and barebones testNicolas Williams
2014-02-20Add `?`, `.[]?`, and `..` operatorsNicolas Williams
2014-02-05Fix cut-n-paste in `leaf_paths`; doc and test 'emNicolas Williams
2013-12-17Allow negated object values without parens. Fixes #247Stephen Dolan
2013-12-13Make the testsuite run on machines without valgrindStephen Dolan
2013-12-12Merge pull request #239 from DRMacIver/overflowsStephen Dolan
2013-12-11Complete more-arity feature not completeNicolas Williams
2013-12-10convert range bounds to integers in a way that avoids undefined behaviourDavid R. MacIver
2013-12-10add checking of numeric indices to an array to see if they can reasonably be ...David R. MacIver
2013-12-04Add tests for string index by string and builtinsNicolas Williams
2013-12-04Test ltrimstr and rtrimstr functionsNicolas Williams
2013-12-04Test tojson and fromjsonNicolas Williams
2013-12-04Test string slicingNicolas Williams
2013-12-04Add tests for string division/splittingNicolas Williams
2013-12-04Test starts/endswith and string multiplicationNicolas Williams
2013-11-30Add a few more test cases (from the man page)Nicolas Pouillard
2013-11-07Fix a crash on group_by of empty list. Fixes #208.Stephen Dolan
2013-09-14Add test showing calculation of standard deviationMichael Daines
2013-09-11Add sqrt operatorMichael Daines
2013-06-21Add floor operatorNicolas Williams
2013-06-21Add mod (and setmod) operatorsNicolas Williams
2013-06-11Support ."foo" syntax for accessing fields. See #141.Stephen Dolan
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-15Bugfix for array slices.Stephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-13Fix the //= operator.Stephen Dolan
2013-05-11Fix bug with path handling (used in assignments).Stephen Dolan
2013-05-08Clean up autotools config.Stephen Dolan