Letractively / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

repr(Literal) doesn't handle apostrophes correctly #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
repr(Literal("'")) should make something that evals to the same input, but
instead I get too many apostrophes:

rdflib.Literal(''', language=None, datatype=None)

This is under __version__ '2.4.0'

Original issue reported on code.google.com by drewpca on 5 Aug 2008 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by eik...@gmail.com on 10 Feb 2009 at 8:32

GoogleCodeExporter commented 9 years ago
Added test case for this issue in r1471. Appears to be working in trunk; can 
you verify too?

Original comment by eik...@gmail.com on 11 Feb 2009 at 11:33

GoogleCodeExporter commented 9 years ago
Works, thanks

Original comment by drewpca on 3 Feb 2010 at 7:07