Code

Let the first operand of ANY/ALL iterators be an expression.
[sysdb.git] / t / unit / frontend / parser_test.c
index e64da004450359056136f61d79ae8351f2da3200..b67b133c367c045506576be9de50ce96aeb0919b 100644 (file)
@@ -453,6 +453,8 @@ struct {
          "name + 1 IS NULL",    -1, -1, 0 },
        { "LOOKUP hosts FILTER "
          "name + 1 IS NULL",    -1, -1, 0 },
+       { "LOOKUP hosts MATCHING "
+         "ANY 'patt' =~ 'p'",  -1,  -1, 0 },
 
        /* comments */
        { "/* some comment */",  -1,  0, 0 },