mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: make potential failures in urllib_test.v more informative
This commit is contained in:
parent
120f31b4d9
commit
ca00b59b3f
@ -114,8 +114,9 @@ fn test_parse() ? {
|
|||||||
]
|
]
|
||||||
for url in urls {
|
for url in urls {
|
||||||
_ := urllib.parse(url) or {
|
_ := urllib.parse(url) or {
|
||||||
|
eprintln(err)
|
||||||
assert false
|
assert false
|
||||||
panic('FAILED parsing url')
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user