Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698878794
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 25, 2024
1 parent 1c98b5b commit 37bd034
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/google/protobuf/util/json_format_proto3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ message TestEvilJson {
int32 quotes = 3 [json_name = "unbalanced\"quotes"];
int32 script_and_quotes = 4
[json_name = "\"<script>alert('hello!);</script>"];
int32 empty_string = 5 [json_name = ""];
int32 backslash = 6 [json_name = "\\"];
int32 low_codepoint = 7 [json_name = "\1"];
}

message TestExtensions {
Expand Down

0 comments on commit 37bd034

Please sign in to comment.