Details
Description
Example:
mylabel: foo()
Source position of this statement is [1,8]-[1,9], which is the position of the ':' token. Same for all other labeled statements I've checked.
Issue Links
- is related to
-
GROOVY-4071
IndexOutOfBoundsException for labeled assertion statement
-
Activity
Peter Niederwieser
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue is related to |
blackdrag blackdrag
made changes -
| Assignee | blackdrag blackdrag [ blackdrag ] | |
| Fix Version/s | 4.0 [ 18928 ] |
After the
GROOVY-4071fix, the labeled asserts don't get rendered correctly.For the code snippet
Here is how it looks now:
Should a separate JIRA be opened for this assert message rendering issue?