Fixed issue: #74
This commit is contained in:
Binary file not shown.
@@ -1393,7 +1393,7 @@ public class LexState extends Constants {
|
||||
return;
|
||||
}
|
||||
default: {
|
||||
this.syntaxerror("unexpected symbol " + t.token + " (" + ((char) t.token) + ")");
|
||||
this.syntaxerror("unexpected symbol near " + txtToken(t.token));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user