We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4941283 commit 82e76bcCopy full SHA for 82e76bc
test-crates/protobuf-codegen-protoc-test/src/common/v2/test_fmt_text_format.rs
@@ -114,6 +114,13 @@ fn test_string_bytes() {
114
);
115
}
116
117
+#[test]
118
+fn non_ascii_strings() {
119
+ test_text_format_str_descriptor("string_singular: \"À\"", &TestTypes::descriptor());
120
+ // TODO: fix this.
121
+ // test_text_format_str_descriptor("string_singular: \"日月\"", &TestTypes::descriptor());
122
+}
123
+
124
#[test]
125
fn test_message() {
126
test_text_format_str_descriptor("test_message_singular {}", &TestTypes::descriptor());
0 commit comments