Junit replace invalid characters#625
Conversation
Yeah, I'm a little hesitant about having That said, I can confirm it resolves the issue and results in actual XML output 😄 |
|
Oh, I thought it was the “▼” character that caused the problem … so elm-program-test uses Now I’m curious, why does it use control characters? (Just out of curiosity, not trying to question the need for this PR.) |
|
It uses a bunch of control characters for formatting text in the output (bold, red, green, dim, etc). This mostly means I ended up with |
|
I think |
|
Cool, I went ahead and added an extra test-case. I like having both, so as to not overfit to how it happened to be elm-program-test that surfaced the issue, while also having the clarity of something a little easier to image appearing in test output! |
Seems like we're getting closer to a final colour for the bikeshed. Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
lydell
left a comment
There was a problem hiding this comment.
Looks good to me!
@harrysarson do you have anything to say?
|
I'm going to go ahead and merge this, we can always make fixups later. |
|
Released in 0.19.1-revision12. |
Fixes #615