test: implemented tests for output list

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-31 15:56:58 +02:00
parent 270d8b4775
commit 44a919e7f8
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
package main
#A: {
// a string
str: string @dagger(output)
strSet: "pipo" @dagger(input)
strDef: *"yolo" | string @dagger(input)
// test url description
url: "http://this.is.a.test/" @dagger(output)
url2: url
}
cfgInline: {
#A
}
cfg: #A
cfg2: cfg