-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Change copyright #568
Change copyright #568
Conversation
785a0ab
to
2a368cb
Compare
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.
A few things about workarounds for passing test
Symbol("column")(12) | ||
Symbol("line")(5), | ||
// Symbol("column")(12) TODO: need fix https://github.com/playframework/twirl/issues/571 to back | ||
Symbol("column")(463) |
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.
This hack is moved to separate issue #571
Symbol("column")(6) | ||
Symbol("line")(5), | ||
// Symbol("column")(6) TODO: need fix https://github.com/playframework/twirl/issues/571 to back | ||
Symbol("column")(458) |
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.
This hack is moved to separate issue #571
As part of playframework/play-meta#211