-
Notifications
You must be signed in to change notification settings - Fork 3k
Add option to discard whitespace before xml tag #9753
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
Add option to discard whitespace before xml tag #9753
Conversation
CT Test Results 2 files 24 suites 8m 1s ⏱️ Results for commit 63e6d3e. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
@@ -0,0 +1,16 @@ | |||
|
|||
Unknown functions: |
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.
Was this file meant to be added?
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.
No, hmm wonder how I got that in. Always add files manually :).
@@ -0,0 +1,38 @@ | |||
<?xml version="1.0"?> |
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.
Please add a license header o this file.
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.
Ok.
c6ec2a0
to
8541180
Compare
Add an option to discard whitespace before the xml tag when reading from a stream. Also updated a bad error message.
8541180
to
63e6d3e
Compare
Add an option to discard whitespace before the xml tag when reading from a stream.
Also updated a bad error message.