Unit Tests
- Removed a test from tw-1418.t that doesn't need an escape.
This commit is contained in:
@@ -75,13 +75,6 @@ class Test1418(TestCase):
|
|||||||
self.find_in_list(description)
|
self.find_in_list(description)
|
||||||
self.search_task_pattern(description)
|
self.search_task_pattern(description)
|
||||||
|
|
||||||
def test_slash_minus_in_description(self):
|
|
||||||
"""Can add and search a task with (\-) in description"""
|
|
||||||
description = "foo\-"
|
|
||||||
self.add_search_task(description)
|
|
||||||
self.find_in_list(description)
|
|
||||||
self.search_task_pattern(description)
|
|
||||||
|
|
||||||
def test_slash_plus_in_description(self):
|
def test_slash_plus_in_description(self):
|
||||||
"""Can add and search a task with (\+) in description"""
|
"""Can add and search a task with (\+) in description"""
|
||||||
description = "foo\+"
|
description = "foo\+"
|
||||||
|
|||||||
Reference in New Issue
Block a user