Skip to content

Commit 59b9487

Browse files
author
Anthony Romano
committed
testdata: add field following oneof to test brace handling
1 parent e901a6d commit 59b9487

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

parse/testdata/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ CompactionRequest compacts the key-value store up to a given revision. All super
365365
| create_revision | create_revision is the creation revision of the given key | int64 | int64 | long | int/long | int64 |
366366
| mod_revision | mod_revision is the last modified revision of the given key. | int64 | int64 | long | int/long | int64 |
367367
| value | value is the value of the given key, in bytes. | bytes | []byte | ByteString | str | string |
368+
| range_end | range_end is the range end. | bytes | []byte | ByteString | str | string |
368369

369370

370371

parse/testdata/rpc.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ message Compare {
433433
// value is the value of the given key, in bytes.
434434
bytes value = 7;
435435
}
436+
// range_end is the range end.
437+
bytes range_end = 8;
436438
}
437439

438440
// From google paxosdb paper:

0 commit comments

Comments
 (0)