github.com/solo-io/cue@v0.4.7/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  
     6  -- input.textproto --
     7  
     8  // Silent nights
     9  a: 1
    10  
    11  -- out/decode --
    12