houfu / redlines

Show the differences between two strings/text as a compact text, in markdown/HTML, in the terminal and more.
https://houfu.github.io/redlines/
MIT License
110 stars 6 forks source link

Fix: Update console tests to pass #18

Closed houfu closed 1 year ago

houfu commented 1 year ago

In v0.4.0, certain tests were skipped because the manner which you added styles to rich.console made changes to the output even when the text is completely the same. Affected tests:

This PR fixes this test by rewriting the conditions to make test pass, with no changes to underlying code.