mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05: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
@ -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…
Reference in New Issue
Block a user