REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
This is in preparation of a follow-up patch to fix the word converter.
This commit is contained in:
parent
084db70ad1
commit
8f8349fbef
@ -32,6 +32,10 @@ client c1 -connect ${h1_fe_sock} {
|
||||
rxresp
|
||||
expect resp.status == 200
|
||||
expect resp.http.found == "bar"
|
||||
txreq -url "/foo//bar/baz"
|
||||
rxresp
|
||||
expect resp.status == 200
|
||||
expect resp.http.found == ""
|
||||
txreq -url "/foo"
|
||||
rxresp
|
||||
expect resp.status == 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user