mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
16c364ade4
commit
2dece928e0
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue