mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:17:28 +03:00
test1201: Add a trailing `?' to the selector
This verify that the `?' in the selector is kept as is. Verifies the fix in #3370
This commit is contained in:
parent
9026083ddb
commit
3997510eed
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ gopher
|
|||
Gopher selector
|
||||
</name>
|
||||
<command>
|
||||
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
|
||||
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201?
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol>
|
||||
/selector/SELECTOR/1201
|
||||
/selector/SELECTOR/1201?
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue