summaryrefslogtreecommitdiff
path: root/test/test_roundtrip.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_roundtrip.py')
-rw-r--r--test/test_roundtrip.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test_roundtrip.py b/test/test_roundtrip.py
index 5edda39c..2928eacd 100644
--- a/test/test_roundtrip.py
+++ b/test/test_roundtrip.py
@@ -38,14 +38,14 @@ SKIP = [
("trix", "test/n3/strquot.n3"), # contains charachters forbidden by the xml spec
("xml", "test/n3/strquot.n3"), # contains charachters forbidden by the xml spec
("json-ld", "test/nt/keywords-04.nt"), # known NT->JSONLD problem
- ('json-ld', 'test/n3/example-misc.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/n3-writer-test-16.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/rdf-test-11.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/rdf-test-28.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/n3-writer-test-26.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/n3-writer-test-28.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/n3-writer-test-22.n3'), # known N3->JSONLD problem
- ('json-ld', 'test/n3/rdf-test-21.n3'), # known N3->JSONLD problem
+ ("json-ld", "test/n3/example-misc.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/n3-writer-test-16.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/rdf-test-11.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/rdf-test-28.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/n3-writer-test-26.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/n3-writer-test-28.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/n3-writer-test-22.n3"), # known N3->JSONLD problem
+ ("json-ld", "test/n3/rdf-test-21.n3"), # known N3->JSONLD problem
]