mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Test
- Added quotes, which is a reasonable workaround for a misinterpreted argument.
This commit is contained in:
parent
e11b333a0b
commit
4118fe70ae
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class TestBug1359(TestCase):
|
|||
|
||||
def test_add_hyphenated(self):
|
||||
""""one-two-three" in description triggers Malformed ID error"""
|
||||
self.t(("add", "one-two-three.ca"))
|
||||
self.t(("add", "'one-two-three.ca'"))
|
||||
|
||||
code, out, err = self.t(("1", "info"))
|
||||
self.assertIn("one-two-three.ca", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue