Commit 53963815 by Victor M. Alvarez
parent 0d310931
......@@ -613,6 +613,11 @@ class TestYara(unittest.TestCase):
'rule test { strings: $a = "ssi" $b = "mis" $c = "oops" condition: all of them }'
], 'mississipi')
self.assertSyntaxError([
'rule test { condition: all of ($a*) }',
'rule test { condition: all of them }'
])
def testFor(self):
self.assertTrueRules([
......
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