-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tests for comments #190
Tests for comments #190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
object pepita { | ||
@NotExpect(code="malformedMember") | ||
method doNothing() { | ||
// THIS COMMENT DOES NOT BREAK THE PARSER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
} | ||
|
||
@NotExpect(code="malformedEntity") | ||
// Comment 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
import wollok.game.*; | ||
|
||
class A { | ||
const x; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bien por ti aunque no se lo merezcan los puntoycomeros
Se agregan validation tests para los comentarios (algunos casos reportados en issues uqbar-project/wollok-ts#207 uqbar-project/wollok-ts#202)
Además arreglamos algunos mensajes de error sobre espacios en blanco y comentarios no deseados 🌟