forked from t4ngo/dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few issues in dragonfly/parser and its tests
- Fix UnicodeDecodeError that occurred when unencoded Unicode strings were used in the String or CharacterSeries parser classes (issue t4ngo#12) - Make doctests pass by removing asserted isinstance calls - Test Unicode strings in parser tests - Fix some formatting and style issues in test file
- Loading branch information
Showing
2 changed files
with
52 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters