mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
TW-1640: '_get <id>.start' for an inactive tasks returns a date formatted from epoch 0.
This commit is contained in:
parent
ebbd20b719
commit
0f72d3d502
3 changed files with 22 additions and 3 deletions
|
@ -190,6 +190,11 @@ class TestDOM(TestCase):
|
|||
code, out, err = self.t.runError("_get rc.missing")
|
||||
self.assertEqual(code, 1)
|
||||
|
||||
def test_dom_attribute_missing(self):
|
||||
"""DOM 1.end (missing)"""
|
||||
code, out, err = self.t("_get 1.end")
|
||||
self.assertEqual("\n", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from simpletap import TAPTestRunner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue