mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Ruby: Fix regex parsing of /[|]/
This commit is contained in:
@@ -181,11 +181,8 @@ regexp.rb:
|
||||
# 26| [RegExpConstant, RegExpNormalChar] -
|
||||
|
||||
# 27| [RegExpCharacterClass] [|]
|
||||
#-----| 0 -> [RegExpAlt] |
|
||||
#-----| 0 -> [RegExpConstant, RegExpNormalChar] |
|
||||
|
||||
# 27| [RegExpAlt] |
|
||||
|
||||
# 27| [RegExpConstant, RegExpNormalChar] |
|
||||
|
||||
# 30| [RegExpCharacterClass] [[a-f]
|
||||
|
||||
Reference in New Issue
Block a user