pull/1582/head
joe-conigliaro 2019-08-12 16:48:34 +10:00 committed by Alexander Medvednikov
parent e03162bf4b
commit 8a2714b35a
1 changed files with 1 additions and 1 deletions

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'