12 lines
133 B
CUE
12 lines
133 B
CUE
|
package testing
|
||
|
|
||
|
// no-op, should not error
|
||
|
realempty: {
|
||
|
#dagger: {}
|
||
|
}
|
||
|
|
||
|
// no-op, should not error
|
||
|
empty: {
|
||
|
#dagger: compute: []
|
||
|
}
|