mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Test: Corrected use of quotes in a test
This commit is contained in:
parent
694323a8f1
commit
c89fc55d68
1 changed files with 2 additions and 2 deletions
|
@ -266,8 +266,8 @@ class TestFilter(TestCase):
|
|||
self.assertNotIn("seven", out)
|
||||
|
||||
def test_regex_list_project(self):
|
||||
"""filter - rc.regex:on list project ~ [A-Z]"""
|
||||
code, out, err = self.t("rc.regex:on list project ~ [A-Z]")
|
||||
"""filter - rc.regex:on list project ~ '[A-Z]'"""
|
||||
code, out, err = self.t("rc.regex:on list project ~ \\'[A-Z]\\'")
|
||||
|
||||
self.assertIn("one", out)
|
||||
self.assertIn("two", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue