diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 857883349a..d079031941 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -38,7 +38,6 @@ const ( 'vlib/net/http/http_test.v', 'vlib/net/socket_test.v', 'vlib/net/socket_udp_test.v', - 'vlib/net/urllib/urllib_test.v', 'vlib/os/environment_test.v', // Linux only 'vlib/rand/pcg32_test.v', 'vlib/rand/splitmix64_test.v', diff --git a/vlib/net/urllib/urllib.v b/vlib/net/urllib/urllib.v index 81f8a9e12c..a4a6f8a3dc 100644 --- a/vlib/net/urllib/urllib.v +++ b/vlib/net/urllib/urllib.v @@ -182,7 +182,7 @@ fn unescape(s_ string, mode EncodingMode) ?string { // That is, you can use escaping in the zone identifier but not // to introduce bytes you couldn't just write directly. // But Windows puts spaces here! Yay. - v := (unhex(s[i + 1])<