The simple answer is no. For example, a code
| Code Block |
|---|
aaa = 7 -1 assert aaa == 6 |
will fail. See more details about new lines in the Groovy Language Specification (section 3.11.1 Significant Newlines).
The simple answer is no. For example, a code
| Code Block |
|---|
aaa = 7 -1 assert aaa == 6 |
will fail. See more details about new lines in the Groovy Language Specification (section 3.11.1 Significant Newlines).