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
All tests passed (1 asserts in 1 tests)
[32mAll tests passed[0m (1 asserts in 1 tests)
1.Download a modern Mingw (GCC-10/Clang-11) compiler from http://winlibs.com/ 1.No installation required 1.Run test: "run"_test = [] {expect(42_i==42);};
Thanks!
The text was updated successfully, but these errors were encountered:
@wiluite Colors are only supported with escape characters ATM, however, they can be disabled, if that helps?
cfg<override> = { .colors = {.none = "", .pass = "", .fail = ""} };
will give...
Sorry, something went wrong.
That's ok, thanks!
Great ☝️ Thanks, @wiluite. Let me know if you have any other problems 👍
No branches or pull requests
Expected Behavior
All tests passed (1 asserts in 1 tests)
Actual Behavior
[32mAll tests passed[0m (1 asserts in 1 tests)
Steps to Reproduce the Problem
1.Download a modern Mingw (GCC-10/Clang-11) compiler from http://winlibs.com/
1.No installation required
1.Run test: "run"_test = [] {expect(42_i==42);};
Specifications
Thanks!
The text was updated successfully, but these errors were encountered: