assert_sanitized   43 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   47 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   49 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   53 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   57 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   61 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized(str, str);
assert_sanitized   68 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("-ab", "_ab");
assert_sanitized   71 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("$ab", "_ab");
assert_sanitized   74 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("\xC2\xB7" "ab", "_.ab");
assert_sanitized   77 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("\xC2\xB8" "ab", "_.ab");
assert_sanitized   84 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("a$b", "a.b");
assert_sanitized   87 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("a" "\xC2\xB8" "b", "a..b");
assert_sanitized   94 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("ab$", "ab.");
assert_sanitized   97 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("ab" "\xC2\xB8", "ab..");
assert_sanitized  104 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("$!%", "_..");
assert_sanitized  107 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("$!" "\xC2\xB8", "_...");
assert_sanitized  110 lib/common/tests/xml/pcmk__xml_sanitize_id_test.c     assert_sanitized("\xC2\xB7" "\xCD\xBE" "\xF3\xB0\x80\x80",