What does "tSYMBEG" mean? Is there a list of all errors?
I'm happy to debug my own code as it's educational, but I don't think I can debug the rake test error I'm currently facing until I understand the meaning of "tSYMBEG".
| SitePoint Sponsor |
What does "tSYMBEG" mean? Is there a list of all errors?
I'm happy to debug my own code as it's educational, but I don't think I can debug the rake test error I'm currently facing until I understand the meaning of "tSYMBEG".
Just one google result: http://railsforum.com/viewtopic.php?id=10970 ?
So "tSYMBEG" means "comma"?


Total guess, but I'm thinking more like
token symbolic beginning
That is, the parser is expecting something after the comma like another argument.
Bookmarks