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

Store line numbers and CDATA on Element #63

Merged
merged 4 commits into from
Sep 5, 2021

Conversation

stevelandeyasana
Copy link
Contributor

@stevelandeyasana stevelandeyasana commented Sep 1, 2021

I added three new properties: Element.lineNumberStart, Element.lineNumberEnd, and Element.CDATA. I'm building a tool that reports errors in XML files and I need to be able to report the line number so the user can find the error.

I also made some changes that make the tests run in a Swift Package Manager context. I believe they will continue to work as they were before; the only difference is I'm using a path-based lookup based on the unit test file instead of Bundle.

@stevelandeyasana

This comment has been minimized.

@stevelandeyasana stevelandeyasana changed the title Store line numbers on Element Store line numbers and CDATA on Element Sep 1, 2021
@kazuhiro4949
Copy link
Member

Thanks!

@kazuhiro4949 kazuhiro4949 merged commit eec238e into yahoojapan:master Sep 5, 2021
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.

2 participants