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

spurious hidden lines at start of stderr #20

Closed
JonJagger opened this issue Jul 8, 2017 · 1 comment
Closed

spurious hidden lines at start of stderr #20

JonJagger opened this issue Jul 8, 2017 · 1 comment

Comments

@JonJagger
Copy link

Hi. There appears to be lines at the start of the stderr each of which end with a lone carriage-return.
This makes the output look correct when printed but it messes you up if you are doing a regex on it.
I've had to adapt to this in my http://cyber-dojo.org docker-image for haskell-hunit
See https://github.com/cyber-dojo-languages/haskell-hunit/blob/master/docker/red_amber_green.rb

@sol
Copy link
Member

sol commented Aug 11, 2020

@JonJagger Hey! Thanks for opening this issue!

Test.HUnit.Text is not much used anymore. Most people use a "testing framework" for running HUnit tests instead. For that reason, I'm not going put much effort into it.

Take a look at hspec/hspec (other options I'm aware of are HTF and test-framework).

If this is something that you care about, then please open a PR that proposes a solution; otherwise this is a "won't fix".

@sol sol closed this as completed Aug 11, 2020
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