Docs: Updated man page regarding 'debug.parser' values

- Modified tests that use the above.
This commit is contained in:
Paul Beckingham 2015-09-07 12:33:53 -04:00
parent d210c6d07f
commit d87a753de1
5 changed files with 19 additions and 6 deletions

View file

@ -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)