Skip to content
New issue

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

Make RCPTT tests linux-compatible #49

Open
ebausson-obeo opened this issue Feb 6, 2024 · 0 comments
Open

Make RCPTT tests linux-compatible #49

ebausson-obeo opened this issue Feb 6, 2024 · 0 comments

Comments

@ebausson-obeo
Copy link
Contributor

Some of the RCPTT tests cannot pass on linux (\r\n instead of \n, different default font meaning different generated Element size, ...)

Fix the linux-specific issues until every test can pass.

ebausson-obeo added a commit to ebausson-obeo/poosl that referenced this issue Feb 6, 2024
windows use \r\n for new line
linux use \n for new line
This had the effect of significant differences in char count between the
two systems.
ebausson-obeo added a commit to ebausson-obeo/poosl that referenced this issue Feb 6, 2024
ebausson-obeo added a commit to ebausson-obeo/poosl that referenced this issue Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant