зеркало из https://github.com/github/ruby.git
* re.c (rb_reg_equal): Removed incorrect example for Regexp#== with
"n" option. [ruby-talk - Bug #6415] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
16c364ade4
Коммит
2dece928e0
|
@ -1,3 +1,8 @@
|
|||
Wed May 9 06:28:59 2012 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* re.c (rb_reg_equal): Removed incorrect example for Regexp#== with
|
||||
"n" option. [ruby-talk - Bug #6415]
|
||||
|
||||
Wed May 9 06:23:33 2012 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* ext/date/date_core.c: reverted.
|
||||
|
|
2
re.c
2
re.c
|
@ -2582,7 +2582,7 @@ reg_hash(VALUE re)
|
|||
*
|
||||
* /abc/ == /abc/x #=> false
|
||||
* /abc/ == /abc/i #=> false
|
||||
* /abc/ == /abc/n #=> false
|
||||
* /abc/ == /abc/u #=> false
|
||||
* /abc/u == /abc/n #=> false
|
||||
*/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче