A few more basic expressions, some bits about newlines

This commit is contained in:
Andrey Breslav
2010-12-27 20:12:31 +03:00
parent 28696f9d60
commit 0f852ed88f
11 changed files with 311 additions and 275 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ JetFile: Decomposers_ERR.jet
DECOMPOSER_PROPERTY_LIST
PsiElement(LPAR)('(')
PsiElement(IDENTIFIER)('a')
PsiErrorElement:Expecting a property name or a closing ')'
PsiErrorElement:Expecting ',' or a closing ')'
<empty list>
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('a')
+1 -1
View File
@@ -90,7 +90,7 @@ JetFile: SimpleClassMembers_ERR.jet
PsiElement(COMMA)(',')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('c')
PsiErrorElement:Expecting ')' to close a property list
PsiErrorElement:Expecting ',' or a closing ')'
<empty list>
PsiWhiteSpace('\n\n ')
CONSTRUCTOR