Test N3 formula serialization. · ericpeden/rdflib@57aa73d (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 57aa73d

Test N3 formula serialization.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -205,6 +205,11 @@ def testModel(self):
205 205
206 206 g.close()
207 207
208 +def testQuotedSerialization(self):
209 +g = ConjunctiveGraph()
210 +g.parse(data=test_data, format="n3")
211 +g.serialize(format="n3")
212 +
208 213 def testParse(self):
209 214 g = ConjunctiveGraph()
210 215 try: