mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed debug diagnostics
This commit is contained in:
parent
18652a834d
commit
2ca2e81a18
1 changed files with 0 additions and 3 deletions
|
@ -75,11 +75,8 @@ class TestBug1436(TestCase):
|
|||
self.echo = Task(taskw=utils.binary_location("/bin/echo"))
|
||||
|
||||
code, out, err = self.echo("xxx \\\\\\\\yyy zzz") # Shows as 'xxx \\yyy zzz'
|
||||
self.tap(out)
|
||||
code, out, err = self.echo("xxx \\\\yyy zzz") # Shows as 'xxx \yyy zzz'
|
||||
self.tap(out)
|
||||
code, out, err = self.echo("xxx \\yyy zzz") # Shows as 'xxx yyy zzz'
|
||||
self.tap(out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue