mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
regex: fix test data
GitOrigin-RevId: 4eb152fc665b054a1992b3eb385eddf04ff6af7d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
399456a9ac
commit
7d8edaad8f
@@ -1,7 +1,7 @@
|
||||
REGEXP_FILE
|
||||
RegExpPatternImpl: <(?(name)yes-pattern|no-pattern)>
|
||||
RegExpBranchImpl: <(?(name)yes-pattern|no-pattern)>
|
||||
RegExpPyCondRefImpl: <(?(name)yes-pattern|no-pattern)>
|
||||
RegExpConditionalImpl: <(?(name)yes-pattern|no-pattern)>
|
||||
PsiElement(PYTHON_COND_REF)('(?(')
|
||||
PsiElement(NAME)('name')
|
||||
PsiElement(GROUP_END)(')')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
REGEXP_FILE
|
||||
RegExpPatternImpl: <(?(name)yes-pattern|{>
|
||||
RegExpBranchImpl: <(?(name)yes-pattern|{>
|
||||
RegExpPyCondRefImpl: <(?(name)yes-pattern|{>
|
||||
RegExpConditionalImpl: <(?(name)yes-pattern|{>
|
||||
PsiElement(PYTHON_COND_REF)('(?(')
|
||||
PsiElement(NAME)('name')
|
||||
PsiElement(GROUP_END)(')')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
REGEXP_FILE
|
||||
RegExpPatternImpl: <(?(name)yes-pattern|no_pattern|maybe-pattern>
|
||||
RegExpBranchImpl: <(?(name)yes-pattern|no_pattern>
|
||||
RegExpPyCondRefImpl: <(?(name)yes-pattern|no_pattern>
|
||||
RegExpConditionalImpl: <(?(name)yes-pattern|no_pattern>
|
||||
PsiElement(PYTHON_COND_REF)('(?(')
|
||||
PsiElement(NAME)('name')
|
||||
PsiElement(GROUP_END)(')')
|
||||
|
||||
@@ -59,7 +59,7 @@ REGEXP_FILE
|
||||
PsiElement(CHAR_CLASS)('\s')
|
||||
RegExpQuantifierImpl: <*>
|
||||
PsiElement(STAR)('*')
|
||||
RegExpPyCondRefImpl: <(?([^\s\}]+)>
|
||||
RegExpConditionalImpl: <(?([^\s\}]+)>
|
||||
PsiElement(PYTHON_COND_REF)('(?(')
|
||||
PsiErrorElement:Group name or number expected
|
||||
<empty list>
|
||||
|
||||
Reference in New Issue
Block a user