Project

General

Profile

Actions

Bug #4358

closed

ARG_ENCODING_NONE has no constant exposed to ruby

Added by tenderlovemaking (Aaron Patterson) over 14 years ago. Updated about 14 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.5.0]
Backport:
[ruby-core:35054]

Description

=begin
A regular expression like this: //n
Has options equal to ARG_ENCODING_NONE, but this constant is not available to Ruby.
=end

Actions #1

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

Also available in: Atom PDF

Like0
Like0