Extend test config and utils to support exclusion of certain json samples from testing for symetry.
10 lines
117 B
Protocol Buffer
10 lines
117 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message MessageA {
|
|
repeated float values = 1;
|
|
}
|
|
|
|
message Test {
|
|
repeated MessageA msg = 1;
|
|
}
|