Actions
Bug #4358
closedARG_ENCODING_NONE has no constant exposed to ruby
Description
=begin
A regular expression like this: //n
Has options equal to ARG_ENCODING_NONE, but this constant is not available to Ruby.
=end
Updated by Anonymous over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r30765.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
[ruby-core:35054] - test/ruby/test_regexp.rb: corresponding test.
=end
Actions
Like0
Like0