Adapt tests to show that floats work properly.

This commit is contained in:
Christian Theune 2016-01-06 10:03:24 +01:00
parent b4bda4765a
commit 5cdcaf5e8e
7 changed files with 23 additions and 3 deletions

View file

@ -8,4 +8,5 @@ builtins.toJSON
g = [ 1 2 3 ];
h = [ "a" [ "b" { "foo\nbar" = {}; } ] ];
i = 1 + 2;
j = 1.44;
}