[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
@ -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…
x
Reference in New Issue
Block a user