summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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