[isoltest] Support comments between expectations #11427
Projects
Comments
|
Something that would help even more would be ability to add empty lines: |
|
Yes, in my example branch (#11426) I used empty lines, but removed them since. |
|
Having just reviewed it, I think it would have been easier with those empty lines :) |
|
My motivation exactly |
|
Cameel that's a good catch with the empty lines...the empty lines actually helps. It makes it easier and a lot more readable. |
|
Regarding ease of implementation, I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


This would increase readability in bigger tests, such as those in
semanticTests/externalContracts.The proposed syntax is
-- text. Note that there is already# test #as a syntax which works at some places and not others. It would be fine making that work properly on new lines too.The text was updated successfully, but these errors were encountered: