xref: /curl/tests/data/test1263 (revision 3fd80c7b)
1<testcase>
2# similar to test 1260
3<info>
4<keywords>
5HTTP
6HTTP GET
7</keywords>
8</info>
9
10# Server-side
11<reply>
12</reply>
13
14# Client-side
15<client>
16<server>
17none
18</server>
19<features>
20http
21</features>
22<name>
23HTTP URL with rubbish after IPv6 bracket
24</name>
25<command>
26-g "http://[%HOSTIP]test:%NOLISTENPORT/we/want/%TESTNUMBER" "http://[%HOSTIP][%HOSTIP]:%NOLISTENPORT/we/want/%TESTNUMBER" "http://user@[::1]@localhost"
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32# CURLE_URL_MALFORMAT == 3
33<errorcode>
343
35</errorcode>
36</verify>
37</testcase>
38