From 888082ab84fb0b05dd52c8d46004e8b02269135d Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 21 Jun 2023 17:10:44 +0200 Subject: [PATCH] Update ToDos --- .../activity_pub_poc/parser_test.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj b/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj index a2a6b60..fe75c34 100644 --- a/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj +++ b/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj @@ -28,6 +28,9 @@ ;ToDo ; spec für eine property: as:name -; test für (defn ttl-file element-name [spezified predicates]) -> (str spec) +; test für (defn get-spec-from-ttl ttl-file element-name [spezified predicates]) -> (str spec) + +; ToDo +; spec generator ; das gleiche für as:actor \ No newline at end of file