1Test scripts for vmod-querystring
2=================================
3
4Naming scheme
5-------------
6
7	The intent is to make this test suite look familiar and copy
8	what the Varnish Cache test suite is doing:
9
10		[id]%05d.vtc
11
12	id ~ ^e --> Exact-match filter tests
13	id ~ ^f --> miscellaneous Filter tests
14	id ~ ^g --> Glob filter tests
15	id ~ ^m --> reMoval tests
16	id ~ ^p --> PCRE filter tests
17	id ~ ^r --> Regression tests, same number as ticket
18	id ~ ^w --> Workspace overflow tests
19