mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
JS: Work around an issue with overlay-invariance
This commit is contained in:
@@ -33,7 +33,7 @@ module Templating {
|
||||
*/
|
||||
bindingset[prefix]
|
||||
string getDelimiterMatchingRegexpWithPrefix(string prefix) {
|
||||
result = "(?s)" + prefix + "(" + concat("\\Q" + getADelimiter() + "\\E", "|") + ").*"
|
||||
result = "(?s)" + prefix + "(" + strictconcat("\\Q" + getADelimiter() + "\\E", "|") + ").*"
|
||||
}
|
||||
|
||||
/** A placeholder tag for a templating engine. */
|
||||
|
||||
Reference in New Issue
Block a user