Modifiers: "is" and "isnt" are now exact/inexact operators
This commit is contained in:
@@ -189,7 +189,7 @@ class TestBug299(TestCase):
|
||||
code, out, err = self.t("list project.isnt:one pro.isnt:two")
|
||||
|
||||
self.assertNotRegexpMatches(out, "one.*foo")
|
||||
self.assertNotRegexpMatches(out, "ones.*faz")
|
||||
self.assertRegexpMatches(out, "ones.*faz")
|
||||
self.assertRegexpMatches(out, "phone.*boo")
|
||||
self.assertRegexpMatches(out, "bones.*too")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user