...
| Code Block |
|---|
aaa = 7
-1
assert aaa == 6
|
will fail. See more details about new lines in the code here. Groovy Language Specification (section 3.11.1 Significant Newlines).
...
| Code Block |
|---|
aaa = 7
-1
assert aaa == 6
|
will fail. See more details about new lines in the code here. Groovy Language Specification (section 3.11.1 Significant Newlines).