aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-09-11 08:34:21 +0200
committerDavid Robillard <d@drobilla.net>2017-09-11 08:34:21 +0200
commitcf44ecc944a18d2a6bef024b18cd30fee5d19d56 (patch)
tree91bbc7a8be8874dd9aaf4bb302069c10b1b4513a
parent90c42947c76f4c6ae23741079110ff913945fb12 (diff)
downloadserd-cf44ecc944a18d2a6bef024b18cd30fee5d19d56.tar.gz
serd-cf44ecc944a18d2a6bef024b18cd30fee5d19d56.tar.bz2
serd-cf44ecc944a18d2a6bef024b18cd30fee5d19d56.zip
Remove redundant tests
-rw-r--r--tests/good/manifest.ttl156
-rw-r--r--tests/good/test-00.nt1
-rw-r--r--tests/good/test-00.ttl2
-rw-r--r--tests/good/test-01.nt3
-rw-r--r--tests/good/test-01.ttl7
-rw-r--r--tests/good/test-02.nt3
-rw-r--r--tests/good/test-02.ttl5
-rw-r--r--tests/good/test-03.nt3
-rw-r--r--tests/good/test-03.ttl5
-rw-r--r--tests/good/test-04.nt2
-rw-r--r--tests/good/test-04.ttl4
-rw-r--r--tests/good/test-05.nt4
-rw-r--r--tests/good/test-05.ttl4
-rw-r--r--tests/good/test-06.nt1
-rw-r--r--tests/good/test-06.ttl3
-rw-r--r--tests/good/test-07.nt5
-rw-r--r--tests/good/test-07.ttl3
-rw-r--r--tests/good/test-08.nt1
-rw-r--r--tests/good/test-08.ttl3
-rw-r--r--tests/good/test-09.nt4
-rw-r--r--tests/good/test-09.ttl10
-rw-r--r--tests/good/test-10.nt5
-rw-r--r--tests/good/test-10.ttl5
-rw-r--r--tests/good/test-11.nt4
-rw-r--r--tests/good/test-11.ttl10
-rw-r--r--tests/good/test-12.nt4
-rw-r--r--tests/good/test-12.ttl9
-rw-r--r--tests/good/test-13.nt2
-rw-r--r--tests/good/test-13.ttl7
-rw-r--r--tests/good/test-17.nt1
-rw-r--r--tests/good/test-17.ttl6
-rw-r--r--tests/good/test-19.nt1
-rw-r--r--tests/good/test-19.ttl4
-rw-r--r--tests/good/test-20.nt2
-rw-r--r--tests/good/test-20.ttl6
-rw-r--r--tests/good/test-21.nt3
-rw-r--r--tests/good/test-21.ttl4
-rw-r--r--tests/good/test-22.nt3
-rw-r--r--tests/good/test-22.ttl4
-rw-r--r--tests/good/test-23.nt1
-rw-r--r--tests/good/test-23.ttl3
-rw-r--r--tests/good/test-24.nt2
-rw-r--r--tests/good/test-24.ttl3
-rw-r--r--tests/good/test-25.nt7
-rw-r--r--tests/good/test-25.ttl14
-rw-r--r--tests/good/test-26.nt1
-rw-r--r--tests/good/test-26.ttl4
-rw-r--r--tests/good/test-27.nt1
-rw-r--r--tests/good/test-27.ttl5
49 files changed, 0 insertions, 350 deletions
diff --git a/tests/good/manifest.ttl b/tests/good/manifest.ttl
index 6a2cae26..bf0d4af4 100644
--- a/tests/good/manifest.ttl
+++ b/tests/good/manifest.ttl
@@ -7,90 +7,6 @@
rdfs:comment "Turtle good syntax test cases (must pass)" ;
mf:entries
(
- [ mf:name "test-00" ;
- rdfs:comment "Blank subject" ;
- mf:action [ qt:data <test-00.ttl> ] ;
- mf:result <test-00.out>
- ]
-
- [ mf:name "test-01" ;
- rdfs:comment "@prefix and qnames" ;
- mf:action [ qt:data <test-01.ttl> ] ;
- mf:result <test-01.out>
- ]
-
- [ mf:name "test-02" ;
- rdfs:comment ", operator" ;
- mf:action [ qt:data <test-02.ttl> ] ;
- mf:result <test-02.out>
- ]
-
- [ mf:name "test-03" ;
- rdfs:comment "; operator" ;
- mf:action [ qt:data <test-03.ttl> ] ;
- mf:result <test-03.out>
- ]
-
- [ mf:name "test-04" ;
- rdfs:comment "empty [] as subject and object" ;
- mf:action [ qt:data <test-04.ttl> ] ;
- mf:result <test-04.out>
- ]
-
- [ mf:name "test-05" ;
- rdfs:comment "non-empty [] as subject and object" ;
- mf:action [ qt:data <test-05.ttl> ] ;
- mf:result <test-05.out>
- ]
-
- [ mf:name "test-06" ;
- rdfs:comment "'a' as predicate" ;
- mf:action [ qt:data <test-06.ttl> ] ;
- mf:result <test-06.out>
- ]
-
- [ mf:name "test-07" ;
- rdfs:comment "simple collection" ;
- mf:action [ qt:data <test-07.ttl> ] ;
- mf:result <test-07.out>
- ]
-
- [ mf:name "test-08" ;
- rdfs:comment "empty collection" ;
- mf:action [ qt:data <test-08.ttl> ] ;
- mf:result <test-08.out>
- ]
-
- [ mf:name "test-09" ;
- rdfs:comment "integer datatyped literal" ;
- mf:action [ qt:data <test-09.ttl> ] ;
- mf:result <test-09.out>
- ]
-
- [ mf:name "test-10" ;
- rdfs:comment "decimal integer canonicalization" ;
- mf:action [ qt:data <test-10.ttl> ] ;
- mf:result <test-10.out>
- ]
-
- [ mf:name "test-11" ;
- rdfs:comment "- and _ in names and qnames" ;
- mf:action [ qt:data <test-11.ttl> ] ;
- mf:result <test-11.out>
- ]
-
- [ mf:name "test-12" ;
- rdfs:comment "tests for rdf:_<numbers> and other qnames starting with _" ;
- mf:action [ qt:data <test-12.ttl> ] ;
- mf:result <test-12.out>
- ]
-
- [ mf:name "test-13" ;
- rdfs:comment "bare : allowed" ;
- mf:action [ qt:data <test-13.ttl> ] ;
- mf:result <test-13.out>
- ]
-
[ mf:name "test-14" ;
rdfs:comment "10000 triples, more than the default Bison stack size" ;
mf:action [ qt:data <test-14.ttl> ] ;
@@ -109,84 +25,12 @@
mf:result <test-16.out>
]
- [ mf:name "test-17" ;
- rdfs:comment "simple long literal" ;
- mf:action [ qt:data <test-17.ttl> ] ;
- mf:result <test-17.out>
- ]
-
[ mf:name "test-18" ;
rdfs:comment "long literals with escapes" ;
mf:action [ qt:data <test-18.ttl> ] ;
mf:result <test-18.out>
]
- [ mf:name "test-19" ;
- rdfs:comment "floating point number" ;
- mf:action [ qt:data <test-19.ttl> ] ;
- mf:result <test-19.out>
- ]
-
- [ mf:name "test-20" ;
- rdfs:comment "empty literals, normal and long variant" ;
- mf:action [ qt:data <test-20.ttl> ] ;
- mf:result <test-20.out>
- ]
-
- [ mf:name "test-21" ;
- rdfs:comment "positive integer, decimal and doubles" ;
- mf:action [ qt:data <test-21.ttl> ] ;
- mf:result <test-21.out>
- ]
-
- [ mf:name "test-22" ;
- rdfs:comment "negative integer, decimal and doubles" ;
- mf:action [ qt:data <test-22.ttl> ] ;
- mf:result <test-22.out>
- ]
-
- [ mf:name "test-23" ;
- rdfs:comment "long literal ending in double quote" ;
- mf:action [ qt:data <test-23.ttl> ] ;
- mf:result <test-23.out>
- ]
-
- [ mf:name "test-24" ;
- rdfs:comment "boolean literals" ;
- mf:action [ qt:data <test-24.ttl> ] ;
- mf:result <test-24.out>
- ]
-
- [ mf:name "test-25" ;
- rdfs:comment "comments" ;
- mf:action [ qt:data <test-25.ttl> ] ;
- mf:result <test-25.out>
- ]
-
- [ mf:name "test-26" ;
- rdfs:comment "no final mewline" ;
- mf:action [ qt:data <test-26.ttl> ] ;
- mf:result <test-26.out>
- ]
-
- [ mf:name "test-27" ;
- rdfs:comment "duplicate prefix" ;
- mf:action [ qt:data <test-27.ttl> ] ;
- mf:result <test-27.out>
- ]
-
- [ mf:name "test-28" ;
- rdfs:comment "decimal data types (serializing test)" ;
- mf:action [ qt:data <test-28.ttl> ] ;
- mf:result <test-28.out>
- ]
-
- [ mf:name "test-29" ;
- rdfs:comment "Escaping U+0001 to U+007F in a URI" ;
- mf:action [ qt:data <test-29.ttl> ] ;
- mf:result <test-29.out>
- ]
-
[ mf:name "test-30" ;
rdfs:comment "@base" ;
mf:action [ qt:data <test-30.ttl> ] ;
diff --git a/tests/good/test-00.nt b/tests/good/test-00.nt
deleted file mode 100644
index d1d84a2d..00000000
--- a/tests/good/test-00.nt
+++ /dev/null
@@ -1 +0,0 @@
-_:b1 <http://www.w3.org/2001/sw/DataAccess/df1/tests/test-00.ttl#x> <http://www.w3.org/2001/sw/DataAccess/df1/tests/test-00.ttl#y> .
diff --git a/tests/good/test-00.ttl b/tests/good/test-00.ttl
deleted file mode 100644
index 78da35e6..00000000
--- a/tests/good/test-00.ttl
+++ /dev/null
@@ -1,2 +0,0 @@
-@prefix : <#> .
-[] :x :y .
diff --git a/tests/good/test-01.nt b/tests/good/test-01.nt
deleted file mode 100644
index 5ccb5bd2..00000000
--- a/tests/good/test-01.nt
+++ /dev/null
@@ -1,3 +0,0 @@
-<http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .
-<http://example.org/base2#a> <http://example.org/base2#b> <http://example.org/base2#c> .
-<http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .
diff --git a/tests/good/test-01.ttl b/tests/good/test-01.ttl
deleted file mode 100644
index 9070d2c4..00000000
--- a/tests/good/test-01.ttl
+++ /dev/null
@@ -1,7 +0,0 @@
-# Test @prefix and qnames
-@prefix : <http://example.org/base1#> .
-@prefix a: <http://example.org/base2#> .
-@prefix b: <http://example.org/base3#> .
-:a :b :c .
-a:a a:b a:c .
-:a a:a b:a .
diff --git a/tests/good/test-02.nt b/tests/good/test-02.nt
deleted file mode 100644
index 99732ab3..00000000
--- a/tests/good/test-02.nt
+++ /dev/null
@@ -1,3 +0,0 @@
-<http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#c> .
-<http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#d> .
-<http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#e> .
diff --git a/tests/good/test-02.ttl b/tests/good/test-02.ttl
deleted file mode 100644
index a623f3c1..00000000
--- a/tests/good/test-02.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-# Test , operator
-@prefix : <http://example.org/base#> .
-:a :b :c,
- :d,
- :e .
diff --git a/tests/good/test-03.nt b/tests/good/test-03.nt
deleted file mode 100644
index d6ce9e8f..00000000
--- a/tests/good/test-03.nt
+++ /dev/null
@@ -1,3 +0,0 @@
-<http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#c> .
-<http://example.org/base#a> <http://example.org/base#d> <http://example.org/base#e> .
-<http://example.org/base#a> <http://example.org/base#f> <http://example.org/base#g> .
diff --git a/tests/good/test-03.ttl b/tests/good/test-03.ttl
deleted file mode 100644
index 9179fa50..00000000
--- a/tests/good/test-03.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-# Test ; operator
-@prefix : <http://example.org/base#> .
-:a :b :c ;
- :d :e ;
- :f :g .
diff --git a/tests/good/test-04.nt b/tests/good/test-04.nt
deleted file mode 100644
index d5d01526..00000000
--- a/tests/good/test-04.nt
+++ /dev/null
@@ -1,2 +0,0 @@
-_:b1 <http://example.org/base#a> <http://example.org/base#b> .
-<http://example.org/base#c> <http://example.org/base#d> _:b2 .
diff --git a/tests/good/test-04.ttl b/tests/good/test-04.ttl
deleted file mode 100644
index c5181479..00000000
--- a/tests/good/test-04.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-# Test empty [] operator; not allowed as predicate
-@prefix : <http://example.org/base#> .
-[] :a :b .
-:c :d [] .
diff --git a/tests/good/test-05.nt b/tests/good/test-05.nt
deleted file mode 100644
index d440197f..00000000
--- a/tests/good/test-05.nt
+++ /dev/null
@@ -1,4 +0,0 @@
-_:b1 <http://example.org/base#a> <http://example.org/base#b> .
-_:b1 <http://example.org/base#c> <http://example.org/base#d> .
-<http://example.org/base#e> <http://example.org/base#f> _:b2 .
-_:b2 <http://example.org/base#g> <http://example.org/base#h> .
diff --git a/tests/good/test-05.ttl b/tests/good/test-05.ttl
deleted file mode 100644
index adcbcabd..00000000
--- a/tests/good/test-05.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-# Test non empty [] operator; not allowed as predicate
-@prefix : <http://example.org/base#> .
-[ :a :b ] :c :d .
-:e :f [ :g :h ] .
diff --git a/tests/good/test-06.nt b/tests/good/test-06.nt
deleted file mode 100644
index 49961ea6..00000000
--- a/tests/good/test-06.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/base#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#b> .
diff --git a/tests/good/test-06.ttl b/tests/good/test-06.ttl
deleted file mode 100644
index 9c1005cc..00000000
--- a/tests/good/test-06.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-# 'a' only allowed as a predicate
-@prefix : <http://example.org/base#> .
-:a a :b .
diff --git a/tests/good/test-07.nt b/tests/good/test-07.nt
deleted file mode 100644
index e62cede5..00000000
--- a/tests/good/test-07.nt
+++ /dev/null
@@ -1,5 +0,0 @@
-<http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> _:b1 .
-_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
-_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .
-_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
-_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
diff --git a/tests/good/test-07.ttl b/tests/good/test-07.ttl
deleted file mode 100644
index 84559403..00000000
--- a/tests/good/test-07.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-@prefix : <http://example.org/stuff/1.0/> .
-:a :b ( "apple" "banana" ) .
-
diff --git a/tests/good/test-08.nt b/tests/good/test-08.nt
deleted file mode 100644
index a77939cd..00000000
--- a/tests/good/test-08.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
diff --git a/tests/good/test-08.ttl b/tests/good/test-08.ttl
deleted file mode 100644
index adce0a20..00000000
--- a/tests/good/test-08.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-@prefix : <http://example.org/stuff/1.0/> .
-:a :b ( ) .
-
diff --git a/tests/good/test-09.nt b/tests/good/test-09.nt
deleted file mode 100644
index c7164085..00000000
--- a/tests/good/test-09.nt
+++ /dev/null
@@ -1,4 +0,0 @@
-_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
-_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
-_:b1 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent .
-_:b1 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
diff --git a/tests/good/test-09.ttl b/tests/good/test-09.ttl
deleted file mode 100644
index 0afe1b0a..00000000
--- a/tests/good/test-09.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-# Test integer datatyped literals using an OWL cardinality constraint
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-
-# based on examples in the OWL Reference
-
-_:hasParent a owl:ObjectProperty .
-
-[] a owl:Restriction ;
- owl:onProperty _:hasParent ;
- owl:maxCardinality 2 .
diff --git a/tests/good/test-10.nt b/tests/good/test-10.nt
deleted file mode 100644
index ff88aa6f..00000000
--- a/tests/good/test-10.nt
+++ /dev/null
@@ -1,5 +0,0 @@
-<http://example.org/res1> <http://example.org/prop1> "000000"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org/res2> <http://example.org/prop2> "0"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org/res3> <http://example.org/prop3> "000001"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org/res4> <http://example.org/prop4> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org/res5> <http://example.org/prop5> "4"^^<http://www.w3.org/2001/XMLSchema#integer> .
diff --git a/tests/good/test-10.ttl b/tests/good/test-10.ttl
deleted file mode 100644
index 5d36360e..00000000
--- a/tests/good/test-10.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-<http://example.org/res1> <http://example.org/prop1> 000000 .
-<http://example.org/res2> <http://example.org/prop2> 0 .
-<http://example.org/res3> <http://example.org/prop3> 000001 .
-<http://example.org/res4> <http://example.org/prop4> 2 .
-<http://example.org/res5> <http://example.org/prop5> 4 .
diff --git a/tests/good/test-11.nt b/tests/good/test-11.nt
deleted file mode 100644
index f936a5b6..00000000
--- a/tests/good/test-11.nt
+++ /dev/null
@@ -1,4 +0,0 @@
-<http://example.org/ex1#foo-bar> <http://example.org/ex1#foo_bar> "a" .
-<http://example.org/ex2#foo-bar> <http://example.org/ex2#foo_bar> "b" .
-<http://example.org/ex3#foo-bar> <http://example.org/ex3#foo_bar> "c" .
-<http://example.org/ex4#foo-bar> <http://example.org/ex4#foo_bar> "d" .
diff --git a/tests/good/test-11.ttl b/tests/good/test-11.ttl
deleted file mode 100644
index 3de1a43f..00000000
--- a/tests/good/test-11.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-# Tests for - and _ in names, qnames
-@prefix ex1: <http://example.org/ex1#> .
-@prefix ex-2: <http://example.org/ex2#> .
-@prefix ex3_: <http://example.org/ex3#> .
-@prefix ex4-: <http://example.org/ex4#> .
-
-ex1:foo-bar ex1:foo_bar "a" .
-ex-2:foo-bar ex-2:foo_bar "b" .
-ex3_:foo-bar ex3_:foo_bar "c" .
-ex4-:foo-bar ex4-:foo_bar "d" .
diff --git a/tests/good/test-12.nt b/tests/good/test-12.nt
deleted file mode 100644
index 67404a59..00000000
--- a/tests/good/test-12.nt
+++ /dev/null
@@ -1,4 +0,0 @@
-<http://example.org/ex#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
-<http://example.org/ex#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
-<http://example.org/ex#foo> <http://example.org/myprop#_abc> "def" .
-<http://example.org/ex#foo> <http://example.org/myprop#_345> "678" .
diff --git a/tests/good/test-12.ttl b/tests/good/test-12.ttl
deleted file mode 100644
index 1fed9f5e..00000000
--- a/tests/good/test-12.ttl
+++ /dev/null
@@ -1,9 +0,0 @@
-# Tests for rdf:_<numbers> and other qnames starting with _
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ex: <http://example.org/ex#> .
-@prefix : <http://example.org/myprop#> .
-
-ex:foo rdf:_1 "1" .
-ex:foo rdf:_2 "2" .
-ex:foo :_abc "def" .
-ex:foo :_345 "678" .
diff --git a/tests/good/test-13.nt b/tests/good/test-13.nt
deleted file mode 100644
index 195a1af7..00000000
--- a/tests/good/test-13.nt
+++ /dev/null
@@ -1,2 +0,0 @@
-_:b1 <http://example.org/ron> _:b2 .
-<http://example.org/ron> <http://example.org/ron> <http://example.org/ron> .
diff --git a/tests/good/test-13.ttl b/tests/good/test-13.ttl
deleted file mode 100644
index a8be95be..00000000
--- a/tests/good/test-13.ttl
+++ /dev/null
@@ -1,7 +0,0 @@
-# Test for : allowed
-@prefix : <http://example.org/ron> .
-
-[] : [] .
-
-: : : .
-
diff --git a/tests/good/test-17.nt b/tests/good/test-17.nt
deleted file mode 100644
index 466edbb2..00000000
--- a/tests/good/test-17.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/ex#a> <http://example.org/ex#b> "a long\n\tliteral\nwith\nnewlines" .
diff --git a/tests/good/test-17.ttl b/tests/good/test-17.ttl
deleted file mode 100644
index 86c453bd..00000000
--- a/tests/good/test-17.ttl
+++ /dev/null
@@ -1,6 +0,0 @@
-# Test long literal
-@prefix : <http://example.org/ex#> .
-:a :b """a long
- literal
-with
-newlines""" .
diff --git a/tests/good/test-19.nt b/tests/good/test-19.nt
deleted file mode 100644
index 2e2dbe40..00000000
--- a/tests/good/test-19.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/#a> <http://example.org/#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
diff --git a/tests/good/test-19.ttl b/tests/good/test-19.ttl
deleted file mode 100644
index 9de0c07b..00000000
--- a/tests/good/test-19.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-@prefix : <http://example.org/#> .
-
-:a :b 1.0 .
-
diff --git a/tests/good/test-20.nt b/tests/good/test-20.nt
deleted file mode 100644
index fff2da56..00000000
--- a/tests/good/test-20.nt
+++ /dev/null
@@ -1,2 +0,0 @@
-<http://example.org/#a> <http://example.org/#b> "" .
-<http://example.org/#c> <http://example.org/#d> "" .
diff --git a/tests/good/test-20.ttl b/tests/good/test-20.ttl
deleted file mode 100644
index 37a9a4f3..00000000
--- a/tests/good/test-20.ttl
+++ /dev/null
@@ -1,6 +0,0 @@
-@prefix : <http://example.org/#> .
-
-:a :b "" .
-
-:c :d """""" .
-
diff --git a/tests/good/test-21.nt b/tests/good/test-21.nt
deleted file mode 100644
index d5dca690..00000000
--- a/tests/good/test-21.nt
+++ /dev/null
@@ -1,3 +0,0 @@
-<http://example.org#a> <http://example.org#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org#c> <http://example.org#d> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org#e> <http://example.org#f> "1.0e0"^^<http://www.w3.org/2001/XMLSchema#double> .
diff --git a/tests/good/test-21.ttl b/tests/good/test-21.ttl
deleted file mode 100644
index a8e8dc15..00000000
--- a/tests/good/test-21.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-@prefix : <http://example.org#> .
-:a :b 1.0 .
-:c :d 1 .
-:e :f 1.0e0 .
diff --git a/tests/good/test-22.nt b/tests/good/test-22.nt
deleted file mode 100644
index 3d0f970e..00000000
--- a/tests/good/test-22.nt
+++ /dev/null
@@ -1,3 +0,0 @@
-<http://example.org#a> <http://example.org#b> "-1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org#c> <http://example.org#d> "-1"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org#e> <http://example.org#f> "-1.0e0"^^<http://www.w3.org/2001/XMLSchema#double> .
diff --git a/tests/good/test-22.ttl b/tests/good/test-22.ttl
deleted file mode 100644
index 9b1a725a..00000000
--- a/tests/good/test-22.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-@prefix : <http://example.org#> .
-:a :b -1.0 .
-:c :d -1 .
-:e :f -1.0e0 .
diff --git a/tests/good/test-23.nt b/tests/good/test-23.nt
deleted file mode 100644
index fde31312..00000000
--- a/tests/good/test-23.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/ex#a> <http://example.org/ex#b> "John said: \"Hello World!\"" .
diff --git a/tests/good/test-23.ttl b/tests/good/test-23.ttl
deleted file mode 100644
index 9f5360af..00000000
--- a/tests/good/test-23.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-# Test long literal
-@prefix : <http://example.org/ex#> .
-:a :b """John said: "Hello World!\"""" .
diff --git a/tests/good/test-24.nt b/tests/good/test-24.nt
deleted file mode 100644
index 5a70bff1..00000000
--- a/tests/good/test-24.nt
+++ /dev/null
@@ -1,2 +0,0 @@
-<http://example.org#a> <http://example.org#b> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
-<http://example.org#c> <http://example.org#d> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .
diff --git a/tests/good/test-24.ttl b/tests/good/test-24.ttl
deleted file mode 100644
index 25f3b757..00000000
--- a/tests/good/test-24.ttl
+++ /dev/null
@@ -1,3 +0,0 @@
-@prefix : <http://example.org#> .
-:a :b true .
-:c :d false .
diff --git a/tests/good/test-25.nt b/tests/good/test-25.nt
deleted file mode 100644
index 1a38415f..00000000
--- a/tests/good/test-25.nt
+++ /dev/null
@@ -1,7 +0,0 @@
-<http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .
-<http://example.org/#d> <http://example.org/#e> <http://example.org/#f> .
-<http://example.org/#g> <http://example.org/#h> <http://example.org/#i> .
-<http://example.org/#g> <http://example.org/#h> <http://example.org/#j> .
-<http://example.org/#k> <http://example.org/#l> <http://example.org/#m> .
-<http://example.org/#k> <http://example.org/#n> <http://example.org/#o> .
-<http://example.org/#k> <http://example.org/#p> <http://example.org/#q> .
diff --git a/tests/good/test-25.ttl b/tests/good/test-25.ttl
deleted file mode 100644
index 310349da..00000000
--- a/tests/good/test-25.ttl
+++ /dev/null
@@ -1,14 +0,0 @@
-# comment test
-@prefix : <http://example.org/#> .
-:a :b :c . # end of line comment
-:d # ignore me
- :e # and me
- :f # and me
- .
-:g :h #ignore me
- :i, # and me
- :j . # and me
-
-:k :l :m ; #ignore me
- :n :o ; # and me
- :p :q . # and me
diff --git a/tests/good/test-26.nt b/tests/good/test-26.nt
deleted file mode 100644
index ad105cf4..00000000
--- a/tests/good/test-26.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .
diff --git a/tests/good/test-26.ttl b/tests/good/test-26.ttl
deleted file mode 100644
index 0667c6b4..00000000
--- a/tests/good/test-26.ttl
+++ /dev/null
@@ -1,4 +0,0 @@
-# comment line with no final newline test
-@prefix : <http://example.org/#> .
-:a :b :c .
-#foo
diff --git a/tests/good/test-27.nt b/tests/good/test-27.nt
deleted file mode 100644
index 7da0635b..00000000
--- a/tests/good/test-27.nt
+++ /dev/null
@@ -1 +0,0 @@
-<http://example.org/bar#blah> <http://example.org/bar#blah> <http://example.org/bar#blah> .
diff --git a/tests/good/test-27.ttl b/tests/good/test-27.ttl
deleted file mode 100644
index 569023c8..00000000
--- a/tests/good/test-27.ttl
+++ /dev/null
@@ -1,5 +0,0 @@
-@prefix foo: <http://example.org/foo#> .
-@prefix foo: <http://example.org/bar#> .
-
-foo:blah foo:blah foo:blah .
-