tests: make potential failures in urllib_test.v more informative
parent
801a88ad16
commit
59d4e59ac6
|
@ -114,8 +114,9 @@ fn test_parse() ? {
|
|||
]
|
||||
for url in urls {
|
||||
_ := urllib.parse(url) or {
|
||||
eprintln(err)
|
||||
assert false
|
||||
panic('FAILED parsing url')
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue