diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-06-22 09:52:40 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2022-06-22 09:52:40 +0200 |
commit | 24926353ab75ae0f9d2ff5f78c835fca3f7b7558 (patch) | |
tree | 6289b16aa29bb0242233e86a9669c21ed4750c90 | |
parent | 4048e12efcb52a63f0304e679dc6c6e96a139146 (diff) |
Add test type
-rw-r--r-- | types/comments.pp | 5 |
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, +}] |