зеркало из https://github.com/github/ruby.git
strip trailing spaces [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c33da35ddf
Коммит
f27d4354c8
|
@ -361,11 +361,11 @@ static VALUE string_spec_rb_sprintf2(VALUE self, VALUE str, VALUE repl1, VALUE r
|
|||
static VALUE string_spec_rb_sprintf3(VALUE self, VALUE str) {
|
||||
return rb_sprintf("Result: %"PRIsVALUE".", str);
|
||||
}
|
||||
|
||||
|
||||
static VALUE string_spec_rb_sprintf4(VALUE self, VALUE str) {
|
||||
return rb_sprintf("Result: %+"PRIsVALUE".", str);
|
||||
}
|
||||
|
||||
|
||||
static VALUE string_spec_rb_vsprintf_worker(char* fmt, ...) {
|
||||
va_list varargs;
|
||||
VALUE str;
|
||||
|
|
Загрузка…
Ссылка в новой задаче