aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-fromjson.nix
AgeCommit message (Collapse)Author
2016-02-15Fix broken number parsing in fromJSONEelco Dolstra
The call to tmp_number.append had its arguments mixed up. Also, JSON does not allow a trailing "," after array/object members.
2016-01-06Adapt tests to show that floats work properly.Christian Theune
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
Fixes #294.