]> git.ipfire.org Git - thirdparty/haproxy.git/commit
TESTS: add regression tests for ACL and sample expression parsers
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Dec 2013 00:32:09 +0000 (01:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Dec 2013 00:35:08 +0000 (01:35 +0100)
commit1d7ca2ec1f71168aa0e5dfab60356272fe5fbebb
tree74e3fb443d3d3118e86835088f34f431a07442c2
parentadaddc21ee4f1990373145593924fc176a7ad2f0
TESTS: add regression tests for ACL and sample expression parsers

These ones trigger each of the error messages in the code about
argument and converters syntax.
tests/test-acl-args.cfg [new file with mode: 0644]
tests/test-sample-fetch-args.cfg [new file with mode: 0644]
tests/test-sample-fetch-conv.cfg [new file with mode: 0644]