-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Replace some occurrences of non-ASCII chars #2070
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2070 +/- ##
=======================================
Coverage ? 58.49%
=======================================
Files ? 12
Lines ? 212
Branches ? 0
=======================================
Hits ? 124
Misses ? 88
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix up @DLeich
Several lines in the comments of apache::vhost and apache::mod::jk have non-ascii characters embedded. This can throw off some testing suites, such as Oneceover, which will complain about it. This pull request replaces non-ascii characters with acceptable alternatives.