diff --git a/pttodoer/src/testdata/.mvp.yaml.done b/pttodoer/src/testdata/.mvp.yaml.done new file mode 100644 index 0000000..f47c99f --- /dev/null +++ b/pttodoer/src/testdata/.mvp.yaml.done @@ -0,0 +1,4 @@ +- todo: a b and c + schedule: * * * * * + ts: 123 +- d e f diff --git a/pttodoer/src/testdata/mvp.uuid-123-456-xyz.yaml b/pttodoer/src/testdata/mvp.uuid-123-456-xyz.yaml new file mode 100644 index 0000000..68cd60f --- /dev/null +++ b/pttodoer/src/testdata/mvp.uuid-123-456-xyz.yaml @@ -0,0 +1 @@ +plaintext diff --git a/pttodoer/src/testdata/mvp.uuid-789-012-abc.yaml b/pttodoer/src/testdata/mvp.uuid-789-012-abc.yaml new file mode 100644 index 0000000..bd3f4fd --- /dev/null +++ b/pttodoer/src/testdata/mvp.uuid-789-012-abc.yaml @@ -0,0 +1,4 @@ +todo: todo here +schedule: * * * * * +details: | + hello world diff --git a/pttodoer/src/testdata/mvp.yaml b/pttodoer/src/testdata/mvp.yaml new file mode 100644 index 0000000..2c5b525 --- /dev/null +++ b/pttodoer/src/testdata/mvp.yaml @@ -0,0 +1,2 @@ +- x +- y and z