Filter: add merge point test
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 17:49:08 +0000 (13:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 17:49:26 +0000 (13:49 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ctl/tests.txt

index 04112e6e2361357c90f47673eefeadf7120b6d8f..4238c940a1bf6dfecf67241f18f4c75e7a3b8b7f 100644 (file)
@@ -21,3 +21,4 @@ asdfas < 2332 || asdf + 1 > 1
 asdf.asdfsd.sadf < 4
 asdfasdf->asdfasdf < 2
 0 || ("abc" != "def")) && (3 < 4)
+(intfield>500 && intfield<503 && intfield<502) && (intfield<503 && intfield < 504)
This page took 0.024825 seconds and 4 git commands to generate.