mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix typo
This commit is contained in:
parent
e03162bf4b
commit
8a2714b35a
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user