diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-06-16 19:52:51 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-06-16 21:43:53 +0900 |
commit | 1cc64a5514309920c48874bbccc87102b69c2abf () | |
tree | c98c20a7075def21eb4060c9da69215fc8abd246 /lib/racc | |
parent | 714a4942fdb1e71ce38032a9f4bab10855a4bea8 (diff) |
[ruby/racc] Fix flag to `Regexp.new`
Probably intended to pass encoding "none". https://.com/ruby/racc/commit/65cd26efd8
-rw-r--r-- | lib/racc/statetransitiontable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ module Racc end i = ii end - Regexp.compile(map, 'n') end def set_table(entries, dummy, tbl, chk, ptr) |