We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^:rct/test (comment ;; Literal assertions with => (range 3) ;=> (0 1 2) (+ 5 5) ;; => 10 ;; Pattern matching assertions with =>> (range 3) ;=>> '(0 1 ...) (+ 5 5) ;=>> int?
For example, it seems like "Literal assertions with =>" should apply to the first two forms. Maybe this is "too smart" though.
The text was updated successfully, but these errors were encountered:
Make context string parsing smarter (#8)
f34cb60
Example of the semantics I landed on here:
rich-comment-tests/test/com/mjdowney/rich_comment_tests_test.clj
Lines 21 to 45 in 46a3c92
Sorry, something went wrong.
No branches or pull requests
For example, it seems like "Literal assertions with =>" should apply to the first two forms. Maybe this is "too smart" though.
The text was updated successfully, but these errors were encountered: