You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in toft/base/string/number_test.cpp TEST(StringNumber, StringToNumber)
i add a line
ASSERT_TRUE(StringToNumber("009", &i64));
then the test is fail. so the methed StringToNumber have bug