kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/indexer/textproto/testdata/basics.pbtxt (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  
     7  #- @repeated_message ref/writes RepeatedMessage
     8  repeated_message {
     9      #- @str_field ref/writes Message1StrField
    10      str_field: "hello"
    11  }
    12  
    13  # The message below is indented with tabs to test that they are handled
    14  # correctly by the indexer.
    15  #- @repeated_message ref/writes RepeatedMessage
    16  	repeated_message {
    17  		#- @str_field ref/writes Message1StrField
    18  		str_field: "hello"
    19  	}