Skip to content
New issue

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

What about support non-mangled outputs in cases #411

Closed
wiluite opened this issue Dec 14, 2020 · 3 comments
Closed

What about support non-mangled outputs in cases #411

wiluite opened this issue Dec 14, 2020 · 3 comments

Comments

@wiluite
Copy link

wiluite commented Dec 14, 2020

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

  • Version: 1.1.8
  • Platform: OS Windows
  • Subsystem:

Thanks!

@kris-jusiak
Copy link
Contributor

@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...

All tests passed (1 asserts in 1 tests)

@wiluite
Copy link
Author

wiluite commented Dec 15, 2020

That's ok, thanks!

@kris-jusiak
Copy link
Contributor

Great ☝️ Thanks, @wiluite. Let me know if you have any other problems 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants