assert_hr_format   61 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format(NULL, NULL, NULL); // for pcmk__time_format_hr(NULL, hr)
assert_hr_format   67 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("no specifiers", "no specifiers", NULL);
assert_hr_format   68 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("this has a literal % in it",
assert_hr_format   72 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("this has a literal %01 in it",
assert_hr_format   76 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%2 this starts and ends with %",
assert_hr_format   84 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("this ends with %10", "this ends with        %10",
assert_hr_format   92 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%H:%M %a %b %d", "03:04 Tue Jan 02", NULL);
assert_hr_format   93 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%H:%M:%S", "03:04:05", NULL);
assert_hr_format   94 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("The time is %H:%M right now",
assert_hr_format   96 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%3S seconds", "005 seconds",
assert_hr_format  101 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%%H %%N", "%H %N", NULL);
assert_hr_format  107 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("%H:%M:%S.%06N", "03:04:05.000000", NULL);
assert_hr_format  108 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_hr_format("The time is %H:%M:%S.%06N right NOW",