1
0
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:
Leonardo Taccari 2018-12-12 17:11:20 +01:00 committed by Daniel Stenberg
parent 9026083ddb
commit 3997510eed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -25,7 +25,7 @@ gopher
Gopher selector Gopher selector
</name> </name>
<command> <command>
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201 gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201?
</command> </command>
</client> </client>
@ -33,7 +33,7 @@ gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201
# Verify data after the test has been "shot" # Verify data after the test has been "shot"
<verify> <verify>
<protocol> <protocol>
/selector/SELECTOR/1201 /selector/SELECTOR/1201?
</protocol> </protocol>
</verify> </verify>
</testcase> </testcase>