1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

19 Commits

Author SHA1 Message Date
9fa2173825 Test ltrimstr and rtrimstr functions 2013-12-04 18:21:41 -06:00
3c4248192d Test tojson and fromjson 2013-12-04 18:21:40 -06:00
da129f6664 Test string slicing 2013-12-04 18:21:39 -06:00
5aadaa79eb Add tests for string division/splitting 2013-12-04 18:21:39 -06:00
63bed9bdf1 Test starts/endswith and string multiplication 2013-12-04 18:21:39 -06:00
a0b942a7f5 Add a few more test cases (from the man page)
Signed-off-by: Nicolas Williams <nico@cryptonector.com>
2013-11-30 00:55:26 -06:00
8d4748c8df Fix a crash on group_by of empty list. Fixes #208. 2013-11-07 12:18:48 +00:00
c427bf6a94 Add test showing calculation of standard deviation 2013-09-14 17:48:19 -04:00
82d8253c19 Add sqrt operator 2013-09-11 20:24:41 -04:00
7c4171d414 Add floor operator 2013-06-21 15:27:34 -05:00
3403d07912 Add mod (and setmod) operators 2013-06-21 15:27:34 -05:00
81e2336ace Support ."foo" syntax for accessing fields. See #141. 2013-06-11 22:26:39 +01:00
bc42812715 Remove the insane "fold" operation, replace with saner "reduce". 2013-05-16 15:07:53 +01:00
e83e51eb56 'length' function now measures string length in codepoints, not bytes. 2013-05-15 00:37:38 +01:00
c496a924ce Bugfix for array slices. 2013-05-15 00:22:44 +01:00
33901b74b1 Array slicing. Closes #2. 2013-05-13 20:16:19 +01:00
d8706fd460 Fix the //= operator.
Closes #62.
2013-05-13 16:04:30 +01:00
e29db8d272 Fix bug with path handling (used in assignments).
Closes #67
2013-05-11 18:10:21 +01:00
d121420757 Clean up autotools config.
Remove some of @stagrlee's hard work since jq's testsuite is
less silly than when he wrote the autotools config.
2013-05-08 02:42:23 +01:00