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:
Tim Duesterhus 2023-11-30 16:41:16 +01:00 committed by Willy Tarreau
parent 084db70ad1
commit 8f8349fbef

View File

@ -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