mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] Fix flag to Regexp.new
Probably intended to pass encoding "none". https://github.com/ruby/racc/commit/65cd26efd8
This commit is contained in:
parent
714a4942fd
commit
1cc64a5514
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ module Racc
|
|||
end
|
||||
i = ii
|
||||
end
|
||||
Regexp.compile(map, 'n')
|
||||
Regexp.compile(map, nil, 'n')
|
||||
end
|
||||
|
||||
def set_table(entries, dummy, tbl, chk, ptr)
|
||||
|
|
Loading…
Reference in a new issue