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 08c07f8 commit 3191b2cCopy full SHA for 3191b2c
javascript/extractor/src/com/semmle/js/parser/RegExpParser.java
@@ -298,7 +298,7 @@ private RegExpTerm parseDisjunctionInsideQuotedString() {
298
}
299
if (disjuncts.size() == 1) return disjuncts.get(0);
300
return this.finishTerm(new Disjunction(loc, disjuncts));
301
- }
+ }
302
303
private RegExpTerm parseAlternativeInsideQuotedString() {
304
SourceLocation loc = new SourceLocation(pos());
0 commit comments