buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
642 stars 45 forks source link

Fix trailing newline diff #151

Closed DrJosh9000 closed 2 months ago

DrJosh9000 commented 2 months ago

fmt.Println here was inserting a trailing newline after screen.AsHTML(), but all the tests that show equivalence with non-streaming didn't do that.