test: removed unused test
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
b181300930
commit
6568c4e6d1
@ -1,50 +0,0 @@
|
||||
package main
|
||||
|
||||
foo: string
|
||||
|
||||
name: string | *"world"
|
||||
message: "Hello, \(name)!"
|
||||
|
||||
optional?: string
|
||||
|
||||
missing: [string]: string
|
||||
|
||||
bar: {
|
||||
a: string
|
||||
#c: string
|
||||
b: int @dagger(computed)
|
||||
}
|
||||
|
||||
// may be missing
|
||||
#inputs: {
|
||||
hello: string
|
||||
missing: *"" | string
|
||||
}
|
||||
|
||||
// substitute
|
||||
let A = string
|
||||
let B = bar.a
|
||||
|
||||
//let Ba = bar.a
|
||||
//let Bb = bar.b
|
||||
let D = "hello"
|
||||
|
||||
refd: {
|
||||
a: string
|
||||
b: {
|
||||
ref1: a
|
||||
ref2: A
|
||||
aa: B
|
||||
bb: D
|
||||
}
|
||||
#c: C: string
|
||||
}
|
||||
|
||||
#fld1: string
|
||||
|
||||
exec: {
|
||||
cmd: string
|
||||
#up: [{foo: string}]
|
||||
}
|
||||
|
||||
list: [...string]
|
Reference in New Issue
Block a user