Javascript: Autoformat.

This commit is contained in:
Anders Schack-Mulligen
2019-01-11 11:02:42 +01:00
parent 28261d6787
commit e58094c732
472 changed files with 1723 additions and 1834 deletions

View File

@@ -14,9 +14,10 @@
import javascript
from RegExpNegativeLookahead neg, RegExpGroup grp, RegExpBackRef back
where grp.getParent+() = neg and
grp = back.getGroup() and
not back.getParent+() = neg
select back, "This back reference always matches the empty string, since it refers to $@, which is contained in $@.",
grp, "this capture group",
neg, "a negative lookahead assertion"
where
grp.getParent+() = neg and
grp = back.getGroup() and
not back.getParent+() = neg
select back,
"This back reference always matches the empty string, since it refers to $@, which is contained in $@.",
grp, "this capture group", neg, "a negative lookahead assertion"