From ad9c32c98738535d3af853f52f6c4a39ff985de3 Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 6 May 2024 21:18:20 -0600 Subject: [PATCH] testdata --- pttodoer/src/testdata/.mvp.yaml.done | 4 ++++ pttodoer/src/testdata/mvp.uuid-123-456-xyz.yaml | 1 + pttodoer/src/testdata/mvp.uuid-789-012-abc.yaml | 4 ++++ pttodoer/src/testdata/mvp.yaml | 2 ++ 4 files changed, 11 insertions(+) create mode 100644 pttodoer/src/testdata/.mvp.yaml.done create mode 100644 pttodoer/src/testdata/mvp.uuid-123-456-xyz.yaml create mode 100644 pttodoer/src/testdata/mvp.uuid-789-012-abc.yaml create mode 100644 pttodoer/src/testdata/mvp.yaml 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