зеркало из https://github.com/github/ruby.git
[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:
Родитель
714a4942fd
Коммит
1cc64a5514
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче