You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes support for comments above and below statements and for semicol…
…ons at end of single statements (cs50#98)
* fixes bug whereby comments before query yielded wrong return value
* tolerates semicolon at end of single statement
* removed whitespace
* fixed comment
* added test
* added test for semicolon