mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@6c466d4
This commit is contained in:
parent
25fbc88666
commit
0faf6c8c0e
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ static VALUE string_spec_rb_usascii_str_new_lit(VALUE self) {
|
|||
}
|
||||
|
||||
static VALUE string_spec_rb_usascii_str_new_lit_non_ascii(VALUE self) {
|
||||
return rb_usascii_str_new_lit("r\u00E9sum\u00E9");
|
||||
return rb_usascii_str_new_lit("r\xc3\xa9sum\xc3\xa9");
|
||||
}
|
||||
|
||||
static VALUE string_spec_rb_usascii_str_new_cstr(VALUE self, VALUE str) {
|
||||
|
|
Loading…
Add table
Reference in a new issue