We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR #162, 807841f includes a fix for a bug caused by white space characters at the end of FHX files.
It would be great to have a quick unit test for this to ensure this doesn't break read_fhx() in the future.
read_fhx()
The text was updated successfully, but these errors were encountered:
@chguiterman, would you be able be to quickly put together a PR adding this unit test?
If you're too busy, I might be able to. This seems like the kind of this we should def have a test for.
Sorry, something went wrong.
Merge pull request #166 from chguiterman/master
fa3c035
Update unit test for write_fhx(). Continuation of PR#162. Slight change to write_fhx() output. Close #163. Close #164.
Successfully merging a pull request may close this issue.
PR #162, 807841f includes a fix for a bug caused by white space characters at the end of FHX files.
It would be great to have a quick unit test for this to ensure this doesn't break
read_fhx()
in the future.The text was updated successfully, but these errors were encountered: