Home
last modified time | relevance | path

Searched refs:another_inplace (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/shlwapi/
H A Durl.c1425 static char another_inplace[] = "file:///C:/Program%20Files"; in test_UrlUnescape() local
1477 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()