test: updates output list tests

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-01 14:15:02 +02:00
parent 06a515f496
commit 3d1e37e1ab
2 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
package main
import (
"dagger.io/dagger"
)
#A: {
// a string
str: string @dagger(output)
@@ -9,6 +13,9 @@ package main
// test url description
url: "http://this.is.a.test/" @dagger(output)
url2: url
foo: int | *42 @dagger(output)
bar: dagger.#Artifact @dagger(output)
}
cfgInline: {