use # for comments and ; as delimiter for single line expressions#56
use # for comments and ; as delimiter for single line expressions#56lightclient merged 3 commits intoquilt:masterfrom
# for comments and ; as delimiter for single line expressions#56Conversation
There was a problem hiding this comment.
Hey! Thanks for your contribution to ETK. It's very much appreciated!
There are two doctests in the book that are failing (and unfortunately the CI isn't set up to run correctly on PRs.)
In doc/src/ch02-lang/README.md there's an old-style comment left over, and in doc/src/ch02-lang/ch02-labels.md there's a slightly different error.
You can run the book tests locally with the following, from the repository root:
mdbook test doc -L ./target/debug/deps
|
Looks like the error in |
The other test passes now though :D |
|
Rusty! The issue with the mdbook was that now the single line comment |
lightclient
left a comment
There was a problem hiding this comment.
Thanks a lot for your pull request. Very much appreciated :) Now that we can write one-liners, I think this makes etk a pretty good replacement for LLL tests in ethereum/tests.
This PR should allow to write one-liners as outlined in #43 such as