diff options
author | Leonardo Taccari <iamleot@gmail.com> | 2018-12-12 17:11:20 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-12-13 10:24:01 +0100 |
commit | 3997510eed6f986cef5898cf7d4485e7acfa3a14 (patch) | |
tree | 44766ff91dd716a9e639d8bdf5ad70ecf3511b2b /tests/data/test1201 | |
parent | 9026083ddb2a986f41cfc9337640eadd2dc372ea (diff) |
test1201: Add a trailing `?' to the selector
This verify that the `?' in the selector is kept as is.
Verifies the fix in #3370
Diffstat (limited to 'tests/data/test1201')
-rw-r--r-- | tests/data/test1201 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1201 b/tests/data/test1201 index 81a9fe425..29a059aa0 100644 --- a/tests/data/test1201 +++ b/tests/data/test1201 @@ -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> |