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".
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
|
end
|
||||||
i = ii
|
i = ii
|
||||||
end
|
end
|
||||||
Regexp.compile(map, 'n')
|
Regexp.compile(map, nil, 'n')
|
||||||
end
|
end
|
||||||
|
|
||||||
def set_table(entries, dummy, tbl, chk, ptr)
|
def set_table(entries, dummy, tbl, chk, ptr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue