kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/indexer/textproto/testdata/recordio_emptyline_delimiter.recordiotxt (about)

     1  # proto-file: kythe/cxx/indexer/textproto/testdata/example.proto
     2  # proto-message: example.Message2
     3  
     4  #- @field1 ref/writes Field1
     5  field1: "hello"
     6  #- @repeated_message ref/writes RepeatedMessage
     7  repeated_message {
     8      #- @str_field ref/writes Message1StrField
     9      str_field: "hello"
    10  }
    11  # The message below is indented with tabs to test that they are handled
    12  # correctly by the indexer.
    13  #- @repeated_message ref/writes RepeatedMessage
    14  	repeated_message {
    15  		#- @str_field ref/writes Message1StrField
    16  		str_field: "hello"
    17  	}
    18  
    19  #- @field1 ref/writes Field1
    20  field1: "hello"
    21  #- @repeated_message ref/writes RepeatedMessage
    22  repeated_message {
    23      #- @str_field ref/writes Message1StrField
    24      str_field: "hello"
    25  }
    26  
    27  #- @field1 ref/writes Field1
    28  field1: "hello"
    29  
    30  # end of chunks with a comment.