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

Codec fix #33

Merged
merged 2 commits into from
Sep 9, 2020
Merged

Codec fix #33

merged 2 commits into from
Sep 9, 2020

Conversation

skbolton
Copy link
Contributor

@skbolton skbolton commented Sep 4, 2020

The tests never got updated when the move from just having a parse
function to having both parse and from_file. Fix tests and added small
test for new parse function

I am going to put in some work to get a test pipeline up and running in this repo. I am just too used to having a test pipeline that runs and saves my butt. I am pushing a lot of broken tests lately!

I was not always very clear what the last argument that the
xmerl_sax_parser returned was. After more investigation its any remaing
characters after the closing element. In some tests this could show up
as newlines or other stuff we dont care about.
The tests never got updated when the move from just having a parse
function to having both parse and from_file. Fix tests and added small
test for new parse function
Copy link
Member

@johnnyt johnnyt left a comment

Choose a reason for hiding this comment

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

Thanks!

@johnnyt johnnyt merged commit f89ee14 into master Sep 9, 2020
@johnnyt johnnyt deleted the codec-fix branch September 9, 2020 15:16
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