REGTESTS: converter: add url_dec test
authorWilliam Dauchy <wdauchy@gmail.com>
Sun, 15 Nov 2020 13:04:43 +0000 (14:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 27 Nov 2020 13:54:37 +0000 (14:54 +0100)
commita3bd824040fa003cec01cb55bf9d277e7af3aa6a
tree8f3f459635c84ff691b315420721372e6faf1a5e
parent54880d59a02c596647fb722e516a816144660937
REGTESTS: converter: add url_dec test

while looking at `url_dec` implementation I realised there was not yet a
simple test to avoid future regressions.
This one is testing simple case, including the "+" behaviour depending
on the argument passed to `url_dec`

Signed-off-by: William Dauchy <wdauchy@gmail.com>
(cherry picked from commit a2a46ee5724ca10640caad2fd2cc8648e11c1d9c)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
reg-tests/converter/url_dec.vtc [new file with mode: 0644]