@ -63,4 +63,9 @@ public class ParserErrorMessagesTests extends ExpressionTestCase {
@@ -63,4 +63,9 @@ public class ParserErrorMessagesTests extends ExpressionTestCase {
parseAndCheckError("null is T('a')",SpelMessages.PARSE_PROBLEM,10,"mismatched input ''a'' expecting ID");// POOR
}
publicvoidtestExpressionLists02a(){
// either missing semi or rogue 5. RPAREN should at least be ')', and why doesn't it give the other possibles?