mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue