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 b6b7752 commit 6c466d4Copy full SHA for 6c466d4
optional/capi/ext/string_spec.c
@@ -443,7 +443,7 @@ static VALUE string_spec_rb_usascii_str_new_lit(VALUE self) {
443
}
444
445
static VALUE string_spec_rb_usascii_str_new_lit_non_ascii(VALUE self) {
446
- return rb_usascii_str_new_lit("r\u00E9sum\u00E9");
+ return rb_usascii_str_new_lit("r\xc3\xa9sum\xc3\xa9");
447
448
449
static VALUE string_spec_rb_usascii_str_new_cstr(VALUE self, VALUE str) {
0 commit comments