diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-12-02 16:28:41 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-12-02 16:28:41 +0100 |
commit | 46d93c9cc5da6fce581df86159bd0fc4357de41c (patch) | |
tree | 61bdcc3c13e20c1675b8a4016bff5b80e33450f5 /tests/custom/03_stdlib | |
parent | 4c654df1cb5d43336336142fefdbf7a3d1bf07cf (diff) |
tests: fixup testcases
Adjust expected testcase outputs after double format change in the
previous commit.
Fixes: 4c654df ("types: adjust double printing format")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/03_stdlib')
-rw-r--r-- | tests/custom/03_stdlib/34_json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/03_stdlib/34_json b/tests/custom/03_stdlib/34_json index c30d6d0..18b0ae4 100644 --- a/tests/custom/03_stdlib/34_json +++ b/tests/custom/03_stdlib/34_json @@ -31,7 +31,7 @@ true false 123 456.789 --1.4e+10 +-14000000000 Infinity A string ☀ [ 1, 2, 3 ] |