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

fix double reduction of \ escapes in from_n3 #548

Merged
merged 2 commits into from
Nov 28, 2015

Conversation

joernhees
Copy link
Member

quick fixes #546 but leaves erroneous \xhh escaping in place

the reduction is actually already performed by .decode("unicode-escape").
@joernhees joernhees added bug Something isn't working in-resolution parsing Related to a parsing. labels Nov 22, 2015
@joernhees joernhees self-assigned this Nov 22, 2015
@joernhees joernhees added this to the rdflib 4.2.2 milestone Nov 22, 2015
joernhees added a commit that referenced this pull request Nov 28, 2015
fix double reduction of \ escapes in from_n3, fixes #546
@joernhees joernhees merged commit e261af3 into RDFLib:master Nov 28, 2015
@joernhees joernhees deleted the fix_from_n3_backslashreduction branch November 28, 2015 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-resolution parsing Related to a parsing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trailing backslash in literal causes from_n3 to throw exception
1 participant