1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
joe-conigliaro 2019-08-12 16:48:34 +10:00 committed by Alexander Medvednikov
parent e03162bf4b
commit 8a2714b35a

View File

@ -4,7 +4,7 @@
import net.urllib
fn test_new_urllib() {
fn test_net_urllib() {
test_query := 'Hellö Wörld@vlang'
assert urllib.query_escape(test_query) == 'Hell%C3%B6+W%C3%B6rld%40vlang'