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
Introduced between v0.4.2 and v0.4.3.
Both tests are just ?assert(false).
?assert(false)
1) without_vars/0 (test/foo_tests.erl:106) Assert failed: false 2) with_vars/0 (test/foo_tests.erl:111) Assert failed: false~n 1 test passed 2 tests failed (0.41 s)
Note the extra ~n and the missing blank line.
~n
1) without_vars/0 (test/foo_tests.erl:106) Assert failed: false 2) with_vars/0 (test/foo_tests.erl:111) Assert failed: false 1 test passed 2 tests failed (0.41 s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Introduced between v0.4.2 and v0.4.3.
Both tests are just
?assert(false)
.v0.4.3
Note the extra
~n
and the missing blank line.v0.4.2
The text was updated successfully, but these errors were encountered: