MCPcopy Create free account
hub / github.com/git/git / test_urlmatch_normalization__length

Function test_urlmatch_normalization__length

t/unit-tests/u-urlmatch-normalization.c:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void 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
212void test_urlmatch_normalization__dots(void)
213{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected