mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
urlglob: improve error message
to help user understand what the problem is Reported-by: Daniel Shahaf Fixes #2763 Closes #2977
This commit is contained in:
parent
92f9db1746
commit
ddb06ffc0f
2 changed files with 9 additions and 6 deletions
|
|
@ -44,7 +44,9 @@ perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%HTTPPORT/ 22
|
|||
3
|
||||
</errorcode>
|
||||
<stdout mode="text">
|
||||
curl: (3) [globbing] bad range in column 47
|
||||
curl: (3) bad range in URL position 47:
|
||||
http://a-site-never-accessed.example.org/[2-1]
|
||||
^
|
||||
</stdout>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue