cuelang.org/go@v0.10.1/encoding/protobuf/textproto/testdata/decoder/errors.txtar (about)

     1  # The textpbfmt library spots the error (wrong comment style),
     2  # but note how its error message is somewhat confusing.
     3  -- errors.cue --
     4  a: int
     5  -- input.textproto --
     6  
     7  // Silent nights
     8  a: 1
     9  
    10  -- out/decode --
    11  textproto: parser encountered unexpected : character (should be whitespace, or a ,; separator)