test: updates output list tests
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user