89c7136f75
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
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: []
|
|
}
|