...

Text file src/cuelang.org/go/cue/parser/testdata/corpus/+comp.cue

Documentation: cuelang.org/go/cue/parser/testdata/corpus

     1"\(x)": y for x, y in {a: 1, b: 2}
     2
     3z: [ x for x in [1, 2, 3] ]

View as plain text