| 203 | } |
| 204 | |
| 205 | void test_urlmatch_normalization__length(void) |
| 206 | { |
| 207 | check_normalized_url_length("Http://%4d%65:%4d^%70@The.Host", 25); |
| 208 | check_normalized_url_length("http://%41:%42@x.y/%61/", 17); |
| 209 | check_normalized_url_length("http://@x.y/^", 15); |
| 210 | } |
| 211 | |
| 212 | void test_urlmatch_normalization__dots(void) |
| 213 | { |
nothing calls this directly
no test coverage detected