haproxy/reg-tests/converter
William Dauchy 5417e898ff CLEANUP: sample: remove uneeded check in json validation
- check functions are never called with a NULL args list, it is always
  an array, so first check can be removed
- the expression parser guarantees that we can't have anything else,
  because we mentioned json converter takes a mandatory string argument.
  Thus test on `ARGT_STR` can be removed as well
- also add breaking line between enum and function declaration

In order to validate it, add a simple json test testing very simple
cases but can be improved in the future:

- default json converter without args
- json converter failing on error (utf8)
- json converter with error being removed (utf8s)

Signed-off-by: William Dauchy <wdauchy@gmail.com>
2021-01-10 07:39:58 +01:00
..
digest.vtc
field.vtc
fix.vtc REGTEST: converter: Add a regtest for fix converters 2020-11-05 19:26:40 +01:00
hmac.vtc
iif.vtc REGTEST: the iif converter test requires 2.3 2020-09-29 10:52:32 +02:00
json.vtc CLEANUP: sample: remove uneeded check in json validation 2021-01-10 07:39:58 +01:00
mqtt.vtc REGTEST: converter: Add a regtest for MQTT converters 2020-11-05 19:27:08 +01:00
secure_memcmp.vtc MINOR: sample: Add secure_memcmp converter 2020-06-09 22:04:13 +02:00
sha2.vtc
url_dec.vtc REGTESTS: converter: add url_dec test 2020-11-17 11:53:25 +01:00
url_enc.vtc MINOR: converter: adding support for url_enc 2021-01-06 23:43:04 +01:00