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

@@ -90,7 +90,7 @@ class TestUnicode(TestCase):
# Something in the launch code converts \\ --> \.
# Taskwarrior sees \.
#
#code, out, err = self.t("add rc.debug.parser=3 Price \\\\u20A43")
#code, out, err = self.t("add rc.debug.parser=2 Price \\\\u20A43")
#self.tap(err)
self.t("add Price \\\\u20A43")