MCPcopy Create free account
hub / github.com/HowardHinnant/date / main

Function main

test/date_test/parse.pass.cpp:965–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965int
966main()
967{
968 test_a();
969 test_b();
970 test_c();
971 test_C();
972 test_d();
973 test_D();
974 test_F();
975 test_H();
976 test_Ip();
977 test_j();
978 test_m();
979 test_M();
980 test_p();
981 test_r();
982 test_R();
983 test_S();
984 test_T();
985 test_U();
986 test_W();
987 test_GV();
988 test_x();
989 test_X();
990 test_z();
991 test_Z();
992 test_trailing_Z();
993 test_leading_ws();
994 test_space();
995 test_n();
996 test_t();
997}

Callers

nothing calls this directly

Calls 15

test_CFunction · 0.85
test_DFunction · 0.85
test_FFunction · 0.85
test_HFunction · 0.85
test_IpFunction · 0.85
test_jFunction · 0.85
test_mFunction · 0.85
test_MFunction · 0.85
test_pFunction · 0.85
test_rFunction · 0.85
test_RFunction · 0.85
test_SFunction · 0.85

Tested by

no test coverage detected