Skip to content

Commit

Permalink
Support adhoc import of proto files with hyphen.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681433285
  • Loading branch information
The etils Authors committed Oct 2, 2024
1 parent d261493 commit d79c5f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etils/epy/adhoc_utils/tests/example-hyphen.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
syntax = "proto2";

enum MyEnum {
VALUE_UNKNOWN = 0;
VALUE_1 = 1;
VALUE_2 = 2;
}

0 comments on commit d79c5f9

Please sign in to comment.