diff options
author | Christian Theune <ct@flyingcircus.io> | 2016-01-06T09·03+0100 |
---|---|---|
committer | Christian Theune <ct@flyingcircus.io> | 2016-01-06T09·03+0100 |
commit | 5cdcaf5e8edd6679f667502eec421ac4e725d4ef (patch) | |
tree | ab550f06668023ee90c3b89d23838e60fab02952 /tests/lang/eval-okay-tojson.exp | |
parent | b4bda4765af09acb86a4dd71105059491e7dcc30 (diff) |
Adapt tests to show that floats work properly.
Diffstat (limited to 'tests/lang/eval-okay-tojson.exp')
-rw-r--r-- | tests/lang/eval-okay-tojson.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-tojson.exp b/tests/lang/eval-okay-tojson.exp index e8164af2b66e..33588493f75c 100644 --- a/tests/lang/eval-okay-tojson.exp +++ b/tests/lang/eval-okay-tojson.exp @@ -1 +1 @@ -"{\"a\":123,\"b\":-456,\"c\":\"foo\",\"d\":\"foo\\n\\\"bar\\\"\",\"e\":true,\"f\":false,\"g\":[1,2,3],\"h\":[\"a\",[\"b\",{\"foo\\nbar\":{}}]],\"i\":3}" +"{\"a\":123,\"b\":-456,\"c\":\"foo\",\"d\":\"foo\\n\\\"bar\\\"\",\"e\":true,\"f\":false,\"g\":[1,2,3],\"h\":[\"a\",[\"b\",{\"foo\\nbar\":{}}]],\"i\":3,\"j\":1.44}" |