From 7d8edaad8fc66a36a3c6c32bae58d24c23c46c2d Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Tue, 31 Mar 2020 10:59:17 +0200 Subject: [PATCH] regex: fix test data GitOrigin-RevId: 4eb152fc665b054a1992b3eb385eddf04ff6af7d --- RegExpSupport/testData/psi/Groups39.txt | 2 +- RegExpSupport/testData/psi/Groups40.txt | 2 +- RegExpSupport/testData/psi/Groups43.txt | 2 +- RegExpSupport/testData/psi/Regressions4.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RegExpSupport/testData/psi/Groups39.txt b/RegExpSupport/testData/psi/Groups39.txt index f473d213aa49..a243579972b1 100644 --- a/RegExpSupport/testData/psi/Groups39.txt +++ b/RegExpSupport/testData/psi/Groups39.txt @@ -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)(')') diff --git a/RegExpSupport/testData/psi/Groups40.txt b/RegExpSupport/testData/psi/Groups40.txt index 87c669f65d24..8d0fa23cc8c8 100644 --- a/RegExpSupport/testData/psi/Groups40.txt +++ b/RegExpSupport/testData/psi/Groups40.txt @@ -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)(')') diff --git a/RegExpSupport/testData/psi/Groups43.txt b/RegExpSupport/testData/psi/Groups43.txt index 49a141d35355..a97020d84ae2 100644 --- a/RegExpSupport/testData/psi/Groups43.txt +++ b/RegExpSupport/testData/psi/Groups43.txt @@ -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)(')') diff --git a/RegExpSupport/testData/psi/Regressions4.txt b/RegExpSupport/testData/psi/Regressions4.txt index eb92a7e6dbd9..37ff3c0fc8a6 100644 --- a/RegExpSupport/testData/psi/Regressions4.txt +++ b/RegExpSupport/testData/psi/Regressions4.txt @@ -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