summaryrefslogtreecommitdiff
path: root/tests/test_locale.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_locale.expected')
-rw-r--r--tests/test_locale.expected4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_locale.expected b/tests/test_locale.expected
index 8031785..0068be4 100644
--- a/tests/test_locale.expected
+++ b/tests/test_locale.expected
@@ -1,2 +1,2 @@
-new_obj.to_string()=[ 1.200000, 3.400000, 123456.780000, 5.000000, 23000000000.000000 ]
-new_obj.to_string()=[1.2,3.4,123456.78,5.0,23000000000.0]
+new_obj.to_string()=[ 1.2, 3.4, 123456.78, 5.0, 2.3e10 ]
+new_obj.to_string()=[1.2,3.4,123456.78,5.0,2.3e10]