mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Docs: Updated man page regarding 'debug.parser' values
- Modified tests that use the above.
This commit is contained in:
parent
d210c6d07f
commit
d87a753de1
5 changed files with 19 additions and 6 deletions
|
@ -79,7 +79,7 @@ class TestBug1472(TestCase):
|
|||
|
||||
def test_startswith_regex(self):
|
||||
"""Verify .startswith works with regexes"""
|
||||
code, out, err = self.t("rc.regex:on rc.debug.parser=3 description.startswith:A ls")
|
||||
code, out, err = self.t("rc.regex:on description.startswith:A ls")
|
||||
self.assertIn("A to Z", out)
|
||||
self.assertNotIn("Z to A", out)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue