github.com/joomcode/cue@v0.4.4-0.20221111115225-539fe3512047/encoding/protobuf/textproto/testdata/decoder/errors.txtar (about) 1 # The error in input.textproto (wrong comment style) is going undetected. 2 # This is a protobuf bug. Can't do much about it. 3 -- errors.cue -- 4 a: int 5 -- input.textproto -- 6 7 // Silent nights 8 a: 1 9 10 -- out/decode -- 11