We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unit tests use FileLoader which uses default platform encoding.
FileLoader
It could be better if we specify the encoding for loaded files.
See also pull request: #189
While building the project on Windows 8.1 in my defult console I get:
[INFO] Results: [INFO] [ERROR] Failures: [ERROR] IssuesTest.shouldCompileJadeToHtmlWithReaderTemplateLoader:72->compareJade:100 65.jade expected:<... ?> <p>Ch. & de la M[?lé]e 12</p>> but was:<... ?> <p>Ch. & de la M[ĂŞlĂ?]e 12</p>> [ERROR] IssuesTest.shouldCompileJadeToHtmlWithReaderTemplateLoader:72->compareJade:100 98.jade expected:<..."utf-8" ?> <summary>[éáú]</summary>> but was:<..."utf-8" ?> <summary>[Ă?áú]</summary>> [ERROR] IssuesTest.shouldCompileJadeToHtmlWithReaderTemplateLoader:72->compareJade:100 98b.jade expected:<...onal.dtd"> <summary>[éáú]</summary>> but was:<...onal.dtd"> <summary>[Ă?áú]</summary>> [INFO] [ERROR] Tests run: 481, Failures: 3, Errors: 0, Skipped: 8
The text was updated successfully, but these errors were encountered:
Merged for 1.3.1 release
Sorry, something went wrong.
chbloemer
No branches or pull requests
Unit tests use
FileLoader
which uses default platform encoding.It could be better if we specify the encoding for loaded files.
See also pull request: #189
While building the project on Windows 8.1 in my defult console I get:
The text was updated successfully, but these errors were encountered: