We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bf308 commit 7b6773cCopy full SHA for 7b6773c
javascript/ql/src/experimental/semmle/javascript/Actions.qll
@@ -307,8 +307,7 @@ module Actions {
307
// not just the last (greedy match) or first (reluctant match).
308
// TODO: This only handles expression strings that refer to contexts.
309
// It does not handle operators within the expression.
310
- result =
311
- this.getValue().regexpFind("[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
+ result = this.getValue().regexpFind("[A-Za-z0-9_\\.\\-]+(?=\\s*\\}\\})", _, _)
312
}
313
314
0 commit comments