Skip to content

Commit 13df004

Browse files
committed
'key' is now a KeyWord
As unit tests contains the 'key' word, they are invalid. The 'key' word is now replaced by 'ref'.
1 parent 17c0519 commit 13df004

File tree

1 file changed

+1
-1
lines changed
  • testing/integration-neo4j/src/test/resources/parsing/patterns

1 file changed

+1
-1
lines changed

testing/integration-neo4j/src/test/resources/parsing/patterns/Patterns.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ Cypher file: FILE(0,751)
11671167
CypherPropertyKeyNameImpl(PROPERTY_KEY_NAME)(682,685)
11681168
CypherSymbolicNameStringImpl(SYMBOLIC_NAME_STRING)(682,685)
11691169
CypherUnescapedSymbolicNameStringImpl(UNESCAPED_SYMBOLIC_NAME_STRING)(682,685)
1170-
PsiElement(identifier)('key')(682,685)
1170+
PsiElement(identifier)('ref')(682,685)
11711171
PsiElement(:)(':')(685,686)
11721172
CypherExpressionImpl(EXPRESSION)(687,694)
11731173
CypherStringLiteralImpl(STRING_LITERAL)(687,694)

0 commit comments

Comments
 (0)