mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 01:09:44 +08:00
fix #1352: avoid conversion to exponential notation
This commit is contained in:
@@ -613,6 +613,8 @@ func TestConvertString(t *testing.T) {
|
||||
{"123", "123"},
|
||||
{123, "123"},
|
||||
{1.23, "1.23"},
|
||||
{100000000000, "100000000000"}, // avoid exponential notation
|
||||
{100000000000.23, "100000000000.23"},
|
||||
{nil, "<nil>"},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user