mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
Generate valid JSON even with invalid dates (#3801)
This commit is contained in:
parent
022650dbff
commit
74276b400c
2 changed files with 8 additions and 2 deletions
|
@ -29,6 +29,7 @@ import sys
|
|||
import os
|
||||
import re
|
||||
import time
|
||||
import json
|
||||
import unittest
|
||||
|
||||
# Ensure python finds the local simpletap module
|
||||
|
@ -192,6 +193,7 @@ class TestUnusualTasks(TestCase):
|
|||
modified="modified",
|
||||
)
|
||||
_, out, _ = self.t(f"{uuid} export")
|
||||
json.loads(out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue