Home
last modified time | relevance | path

Searched refs:CHECK_STRING (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_testcapimodule.c3208 #define CHECK_STRING(STR, expected) \ in test_string_to_double() macro
3230 CHECK_STRING("0.1", 0.1); in test_string_to_double()
3231 CHECK_STRING("1.234", 1.234); in test_string_to_double()
3232 CHECK_STRING("-1.35", -1.35); in test_string_to_double()
3233 CHECK_STRING(".1e01", 1.0); in test_string_to_double()
3234 CHECK_STRING("2.e-2", 0.02); in test_string_to_double()
3245 #undef CHECK_STRING in test_string_to_double() macro

Completed in 10 milliseconds