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

Adds escaped single quote to literal parser #736

Merged
merged 1 commit into from
May 1, 2017
Merged

Adds escaped single quote to literal parser #736

merged 1 commit into from
May 1, 2017

Conversation

hsolbrig
Copy link
Contributor

Addresses issue #732. Literals with double quotes ("....") include an escaped interior quote ("..."..."), but literals with single quotes ('...'...') currently produce a parsing error. This adds a single quote to the escaped character list

@coveralls
Copy link

coveralls commented Apr 19, 2017

Coverage Status

Coverage remained the same at 63.982% when pulling 5555165 on hsolbrig:master into 4dc15e3 on RDFLib:master.

@gromgull
Copy link
Member

gromgull commented May 1, 2017

Thanks!

@gromgull gromgull merged commit 1cce4fd into RDFLib:master May 1, 2017
@joernhees joernhees added this to the rdflib 5.0.0 milestone May 1, 2017
@joernhees joernhees added bug Something isn't working parsing Related to a parsing. labels May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parsing Related to a parsing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants