-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle multi-line strings and comments #1
Comments
|
To find all comments in code, using a scanner
|
|
It appears |
|
This is preventing the creation of tests. Though I guess I could create tests of runs on a language that didn't have |
|
This issue also causes multi-line comments to have the same problem. |
Affected tests are being done from loading strings to tests from files |
The
//>and//<in the above multi-line string will currently be treated as structured comments. This should not happen.The text was updated successfully, but these errors were encountered: