Skip to content

Commit

Permalink
'key' is now a KeyWord
Browse files Browse the repository at this point in the history
As unit tests contains the 'key' word, they are invalid.
The 'key' word is now replaced by 'ref'.
  • Loading branch information
Muldec committed Oct 31, 2018
1 parent 17c0519 commit 13df004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ Cypher file: FILE(0,751)
CypherPropertyKeyNameImpl(PROPERTY_KEY_NAME)(682,685)
CypherSymbolicNameStringImpl(SYMBOLIC_NAME_STRING)(682,685)
CypherUnescapedSymbolicNameStringImpl(UNESCAPED_SYMBOLIC_NAME_STRING)(682,685)
PsiElement(identifier)('key')(682,685)
PsiElement(identifier)('ref')(682,685)
PsiElement(:)(':')(685,686)
CypherExpressionImpl(EXPRESSION)(687,694)
CypherStringLiteralImpl(STRING_LITERAL)(687,694)
Expand Down

0 comments on commit 13df004

Please sign in to comment.