]> git.netwichtig.de Git - user/henk/tmp/stringstest.git/commitdiff
Add test type
authorHendrik Jäger <hendrik.jaeger@dswiss.com>
Wed, 22 Jun 2022 07:52:40 +0000 (09:52 +0200)
committerHendrik Jäger <hendrik.jaeger@dswiss.com>
Wed, 22 Jun 2022 07:52:40 +0000 (09:52 +0200)
types/comments.pp [new file with mode: 0644]

diff --git a/types/comments.pp b/types/comments.pp
new file mode 100644 (file)
index 0000000..e03dce4
--- /dev/null
@@ -0,0 +1,5 @@
+# @summary testing comments in a data type
+type Stringstest::Comments = Struct[{
+  # this is a comment
+  'comment' => String,
+}]