From 8f8349fbefab53335e434585b32e1eca077e05b1 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Thu, 30 Nov 2023 16:41:16 +0100 Subject: [PATCH] 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. --- reg-tests/converter/field.vtc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reg-tests/converter/field.vtc b/reg-tests/converter/field.vtc index 1243728c0..3b1d8198e 100644 --- a/reg-tests/converter/field.vtc +++ b/reg-tests/converter/field.vtc @@ -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