varnishtest logexp: add to docs

merge a sentence which I had laying around unpushed. I think it might
help explaining what is happening.
parent 1b7d8f45
......@@ -110,7 +110,9 @@
* For skip, vxid and tag, '*' matches anything, '=' expects the value of the
* previous matched record. The '?' marker is equivalent to zero, expecting a
* match on the next record. The difference is that '?' can be used when the
* order of individual consecutive logs is not deterministic.
* order of individual consecutive logs is not deterministic. In other words,
* lines from a block of alternatives marked by '?' can be matched in any order,
* but all need to match eventually.
*/
#include "config.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment