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 1243728c01..3b1d8198e3 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
--
2.42.0