mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
changes based on Python review
This commit is contained in:
@@ -858,7 +858,7 @@ module Impl implements RegexTreeViewSig {
|
||||
* ```
|
||||
*/
|
||||
class RegExpAnchor extends RegExpSpecialChar {
|
||||
RegExpAnchor() { this.getChar() = ["^", "$"] }
|
||||
RegExpAnchor() { this.getChar() = ["\\A", "^", "$", "\\Z"] }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user