Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
167 stars 43 forks source link

Charts: All Tests on Linux must pass #162

Closed Stephanevg closed 5 years ago

Stephanevg commented 5 years ago

All tests on Linux must pass. Issue is with text formating between Windows and Linux.

The '\r' doesn't seem to be a supported thing on Linux image

Although the code works, the tests fails, as the string is not 100% identical

(See failing test here --< https://ci.appveyor.com/project/Stephanevg/pshtml/builds/21387478/job/l5w0yay0cslp75fx )

Stephanevg commented 5 years ago

This is done. Merged Charts functionality in dev (and dev in master): Feature_Charts to Dev --> https://github.com/Stephanevg/PSHTML/pull/168 Dev to Master --> https://github.com/Stephanevg/PSHTML/pull/161