Searched refs:another_inplace (Results 1 – 1 of 1) sorted by relevance
1425 static char another_inplace[] = "file:///C:/Program%20Files"; in test_UrlUnescape() local1477 res = pUrlUnescapeA(another_inplace, NULL, NULL, URL_UNESCAPE_INPLACE); in test_UrlUnescape()1479 ok(!strcmp(another_inplace, expected), "got %s expected %s\n", another_inplace, expected); in test_UrlUnescape()