summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2022-06-22 09:52:40 +0200
committerHendrik Jäger <hendrik.jaeger@dswiss.com>2022-06-22 09:52:40 +0200
commit24926353ab75ae0f9d2ff5f78c835fca3f7b7558 (patch)
tree6289b16aa29bb0242233e86a9669c21ed4750c90
parent4048e12efcb52a63f0304e679dc6c6e96a139146 (diff)
Add test type
-rw-r--r--types/comments.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/types/comments.pp b/types/comments.pp
new file mode 100644
index 0000000..e03dce4
--- /dev/null
+++ b/types/comments.pp
@@ -0,0 +1,5 @@
+# @summary testing comments in a data type
+type Stringstest::Comments = Struct[{
+ # this is a comment
+ 'comment' => String,
+}]