Files
openide/RegExpSupport/testData/psi/Groups32.txt
Bas Leijdekkers 6fecec667a RegExp: more clear error message
GitOrigin-RevId: aa6b5d2de81037f7291867c314dbdc1b5cd9549e
2021-12-20 10:55:11 +00:00

14 lines
453 B
Plaintext

REGEXP_FILE
RegExpPatternImpl: <(?i:*)>
RegExpBranchImpl: <(?i:*)>
RegExpGroupImpl: <(?i:*)>
PsiElement(SET_OPTIONS)('(?')
RegExpOptionsImpl: <i>
PsiElement(OPTIONS_ON)('i')
PsiElement(COLON)(':')
RegExpPatternImpl: <*>
RegExpBranchImpl: <*>
PsiErrorElement:Dangling quantifier '*'
<empty list>
PsiElement(STAR)('*')
PsiElement(GROUP_END)(')')