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

fix typos in xmltest.cpp #1017

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luzpaz
Copy link

@luzpaz luzpaz commented Jan 25, 2025

Found via codespell -q 3 -S "./resources/dream.xml" -L currenty,ot,previousy,te,ue

Found via `codespell -q 3 -S "./resources/dream.xml" -L currenty,ot,previousy,te,ue`
Comment on lines 2639 to 2645
"<?xml version=\"1.0\"?>\n" // 2 DecL
"<root>\r\n" // 3 Element
"\n" // 4
"text contining new line \n" // 5 Text
"text containing new line \n" // 5 Text
" and also containing crlf \r\n" // 6
"<sub><![CDATA[\n" // 7 Element Text
"cdata containing new line \n" // 8
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just an observation that, tabs aren't rendered correctly in github and therefore the comments lose their uniform spacing

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

Successfully merging this pull request may close these issues.

1 participant