diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 14:35:51 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-30 15:51:01 -0500 |
commit | e7a120cddc8a72cfcc264c4cd83a0911d352e0a2 (patch) | |
tree | 52f42d2c277bb915421453e7decd49833a43826c /test/extra/bad | |
parent | 4ef30fd5e0f175a4f8c79be49fb15a4fc6676517 (diff) | |
download | serd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.tar.gz serd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.tar.bz2 serd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.zip |
Separate EOF tests from catch-all "bad" test suite
Diffstat (limited to 'test/extra/bad')
37 files changed, 0 insertions, 283 deletions
diff --git a/test/extra/bad/bad-eof-after-quotes.ttl b/test/extra/bad/bad-eof-after-quotes.ttl deleted file mode 100644 index 40e429cb..00000000 --- a/test/extra/bad/bad-eof-after-quotes.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment ""
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-at-string-start.ttl b/test/extra/bad/bad-eof-at-string-start.ttl deleted file mode 100644 index 93d20bcc..00000000 --- a/test/extra/bad/bad-eof-at-string-start.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment "
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-blank.ttl b/test/extra/bad/bad-eof-in-blank.ttl deleted file mode 100644 index 8cf4ee84..00000000 --- a/test/extra/bad/bad-eof-in-blank.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:thing [ eg:comment "Thing"
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-escape.ttl b/test/extra/bad/bad-eof-in-escape.ttl deleted file mode 100644 index 24b4eec6..00000000 --- a/test/extra/bad/bad-eof-in-escape.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment """\uA
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-lang-suffix.ttl b/test/extra/bad/bad-eof-in-lang-suffix.ttl deleted file mode 100644 index f46a7763..00000000 --- a/test/extra/bad/bad-eof-in-lang-suffix.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment "That ain't no language"@en-x
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-lang.ttl b/test/extra/bad/bad-eof-in-lang.ttl deleted file mode 100644 index bfdffd02..00000000 --- a/test/extra/bad/bad-eof-in-lang.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment "That ain't no language"@a
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-list.ttl b/test/extra/bad/bad-eof-in-list.ttl deleted file mode 100644 index 13eeb88d..00000000 --- a/test/extra/bad/bad-eof-in-list.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:thing ( eg:car eg:cdr
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-long-string.ttl b/test/extra/bad/bad-eof-in-long-string.ttl deleted file mode 100644 index 2ef179a8..00000000 --- a/test/extra/bad/bad-eof-in-long-string.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment """This is the string that never ends
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-object-list.ttl b/test/extra/bad/bad-eof-in-object-list.ttl deleted file mode 100644 index 9bbcd17a..00000000 --- a/test/extra/bad/bad-eof-in-object-list.ttl +++ /dev/null @@ -1,2 +0,0 @@ -@prefix eg: <http://example.org/> . -<> eg:p eg:o ,
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-object-list2.ttl b/test/extra/bad/bad-eof-in-object-list2.ttl deleted file mode 100644 index 9186fb9f..00000000 --- a/test/extra/bad/bad-eof-in-object-list2.ttl +++ /dev/null @@ -1,2 +0,0 @@ -@prefix eg: <http://example.org/> . -<> eg:p eg:o ; eg:p1 eg:o2 ,
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-predicate-list.ttl b/test/extra/bad/bad-eof-in-predicate-list.ttl deleted file mode 100644 index eab5b05b..00000000 --- a/test/extra/bad/bad-eof-in-predicate-list.ttl +++ /dev/null @@ -1,2 +0,0 @@ -@prefix eg: <http://example.org/> . -<> eg:p eg:o ;
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-string.ttl b/test/extra/bad/bad-eof-in-string.ttl deleted file mode 100644 index bb6e817f..00000000 --- a/test/extra/bad/bad-eof-in-string.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment "This is the string that never ends
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-text-character.ttl b/test/extra/bad/bad-eof-in-text-character.ttl deleted file mode 100644 index a614803a..00000000 --- a/test/extra/bad/bad-eof-in-text-character.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment "Only the leading byte Ã
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-triple-quote.ttl b/test/extra/bad/bad-eof-in-triple-quote.ttl deleted file mode 100644 index fb935441..00000000 --- a/test/extra/bad/bad-eof-in-triple-quote.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment """Hello""
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-uri-character.ttl b/test/extra/bad/bad-eof-in-uri-character.ttl deleted file mode 100644 index eda70770..00000000 --- a/test/extra/bad/bad-eof-in-uri-character.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:uri <http://example.org/leadingÃ
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-uri-scheme.nt b/test/extra/bad/bad-eof-in-uri-scheme.nt deleted file mode 100644 index de892dcf..00000000 --- a/test/extra/bad/bad-eof-in-uri-scheme.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> <ht
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-uri.ttl b/test/extra/bad/bad-eof-in-uri.ttl deleted file mode 100644 index 07b6e6ab..00000000 --- a/test/extra/bad/bad-eof-in-uri.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:uri <http://example.org/dontstop
\ No newline at end of file diff --git a/test/extra/bad/bad-eof-in-utf8-character.ttl b/test/extra/bad/bad-eof-in-utf8-character.ttl deleted file mode 100644 index 16784e88..00000000 --- a/test/extra/bad/bad-eof-in-utf8-character.ttl +++ /dev/null @@ -1,3 +0,0 @@ -@prefix eg: <http://example.org/> . - -<> eg:comment """Forgot something Ã
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-blank.nt b/test/extra/bad/bad-nt-eof-after-blank.nt deleted file mode 100644 index bc66ca37..00000000 --- a/test/extra/bad/bad-nt-eof-after-blank.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> _:blank
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-lang-hyphen.nt b/test/extra/bad/bad-nt-eof-after-lang-hyphen.nt deleted file mode 100644 index 9e885d80..00000000 --- a/test/extra/bad/bad-nt-eof-after-lang-hyphen.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Cheers"@en-
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-lang-subtag.nt b/test/extra/bad/bad-nt-eof-after-lang-subtag.nt deleted file mode 100644 index f8158aec..00000000 --- a/test/extra/bad/bad-nt-eof-after-lang-subtag.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Cheers"@en-UK
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-lang.nt b/test/extra/bad/bad-nt-eof-after-lang.nt deleted file mode 100644 index 7ab04b06..00000000 --- a/test/extra/bad/bad-nt-eof-after-lang.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Cheers"@en
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-object.nt b/test/extra/bad/bad-nt-eof-after-object.nt deleted file mode 100644 index e796f2b0..00000000 --- a/test/extra/bad/bad-nt-eof-after-object.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> <http://example.org/o>
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-predicate.nt b/test/extra/bad/bad-nt-eof-after-predicate.nt deleted file mode 100644 index ea47bfbe..00000000 --- a/test/extra/bad/bad-nt-eof-after-predicate.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p>
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-string-escape.nt b/test/extra/bad/bad-nt-eof-after-string-escape.nt deleted file mode 100644 index 869907e8..00000000 --- a/test/extra/bad/bad-nt-eof-after-string-escape.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "s\t
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-string.nt b/test/extra/bad/bad-nt-eof-after-string.nt deleted file mode 100644 index 32dda36d..00000000 --- a/test/extra/bad/bad-nt-eof-after-string.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "string"
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-subject.nt b/test/extra/bad/bad-nt-eof-after-subject.nt deleted file mode 100644 index 21fa07f4..00000000 --- a/test/extra/bad/bad-nt-eof-after-subject.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s>
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-after-underscore.nt b/test/extra/bad/bad-nt-eof-after-underscore.nt deleted file mode 100644 index 4b05f2ac..00000000 --- a/test/extra/bad/bad-nt-eof-after-underscore.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> _
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-before-blank.nt b/test/extra/bad/bad-nt-eof-before-blank.nt deleted file mode 100644 index 99f70844..00000000 --- a/test/extra/bad/bad-nt-eof-before-blank.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> _:
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-before-iri.nt b/test/extra/bad/bad-nt-eof-before-iri.nt deleted file mode 100644 index c5fa7845..00000000 --- a/test/extra/bad/bad-nt-eof-before-iri.nt +++ /dev/null @@ -1 +0,0 @@ -<
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-before-lang.nt b/test/extra/bad/bad-nt-eof-before-lang.nt deleted file mode 100644 index f1a9d0df..00000000 --- a/test/extra/bad/bad-nt-eof-before-lang.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Cheers"@
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-before-string-escape.nt b/test/extra/bad/bad-nt-eof-before-string-escape.nt deleted file mode 100644 index 30443488..00000000 --- a/test/extra/bad/bad-nt-eof-before-string-escape.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "s\
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-before-string.nt b/test/extra/bad/bad-nt-eof-before-string.nt deleted file mode 100644 index 6a2a7543..00000000 --- a/test/extra/bad/bad-nt-eof-before-string.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-in-iri-path.nt b/test/extra/bad/bad-nt-eof-in-iri-path.nt deleted file mode 100644 index e8555e2b..00000000 --- a/test/extra/bad/bad-nt-eof-in-iri-path.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/p
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-in-iri-scheme.nt b/test/extra/bad/bad-nt-eof-in-iri-scheme.nt deleted file mode 100644 index 2c071547..00000000 --- a/test/extra/bad/bad-nt-eof-in-iri-scheme.nt +++ /dev/null @@ -1 +0,0 @@ -<ht
\ No newline at end of file diff --git a/test/extra/bad/bad-nt-eof-in-string.nt b/test/extra/bad/bad-nt-eof-in-string.nt deleted file mode 100644 index 98944654..00000000 --- a/test/extra/bad/bad-nt-eof-in-string.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s> <http://example.org/p> "s
\ No newline at end of file diff --git a/test/extra/bad/manifest.ttl b/test/extra/bad/manifest.ttl index 64dbf05f..6611e505 100644 --- a/test/extra/bad/manifest.ttl +++ b/test/extra/bad/manifest.ttl @@ -28,24 +28,6 @@ <#bad-dot-after-subject> <#bad-dot-in-collection> <#bad-empty-blank-predicate> - <#bad-nt-eof-after-blank> - <#bad-nt-eof-after-lang> - <#bad-nt-eof-after-lang-hyphen> - <#bad-nt-eof-after-lang-subtag> - <#bad-nt-eof-after-object> - <#bad-nt-eof-after-predicate> - <#bad-nt-eof-after-string> - <#bad-nt-eof-after-string-escape> - <#bad-nt-eof-after-subject> - <#bad-nt-eof-after-underscore> - <#bad-nt-eof-before-blank> - <#bad-nt-eof-before-iri> - <#bad-nt-eof-before-lang> - <#bad-nt-eof-before-string> - <#bad-nt-eof-before-string-escape> - <#bad-nt-eof-in-iri-path> - <#bad-nt-eof-in-iri-scheme> - <#bad-nt-eof-in-string> <#bad-nt-syntax-blank-u00F7.nt> <#bad-nt-syntax-blank-u037E.nt> <#bad-nt-syntax-blank-u200B.nt> @@ -65,24 +47,6 @@ <#bad-nt-syntax-uri-grave> <#bad-nt-syntax-uri-less-than> <#bad-nt-syntax-uri-opening-brace> - <#bad-eof-after-quotes> - <#bad-eof-at-string-start> - <#bad-eof-in-blank> - <#bad-eof-in-escape> - <#bad-eof-in-lang-suffix> - <#bad-eof-in-lang> - <#bad-eof-in-list> - <#bad-eof-in-long-string> - <#bad-eof-in-object-list> - <#bad-eof-in-object-list2> - <#bad-eof-in-predicate-list> - <#bad-eof-in-string> - <#bad-eof-in-text-character> - <#bad-eof-in-triple-quote> - <#bad-eof-in-uri> - <#bad-eof-in-uri-character> - <#bad-eof-in-uri-scheme> - <#bad-eof-in-utf8-character> <#bad-equivalence> <#bad-escape> <#bad-ext-namedblank-op> @@ -243,96 +207,6 @@ mf:action <bad-empty-blank-predicate.ttl> ; mf:name "bad-empty-blank-predicate" . -<#bad-nt-eof-after-blank> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-blank.nt> ; - mf:name "bad-nt-eof-after-blank" . - -<#bad-nt-eof-after-lang> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-lang.nt> ; - mf:name "bad-nt-eof-after-lang" . - -<#bad-nt-eof-after-lang-hyphen> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-lang-hyphen.nt> ; - mf:name "bad-nt-eof-after-lang-hyphen" . - -<#bad-nt-eof-after-lang-subtag> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-lang-subtag.nt> ; - mf:name "bad-nt-eof-after-lang-subtag" . - -<#bad-nt-eof-after-object> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-object.nt> ; - mf:name "bad-nt-eof-after-object" . - -<#bad-nt-eof-after-predicate> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-predicate.nt> ; - mf:name "bad-nt-eof-after-predicate" . - -<#bad-nt-eof-after-string> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-string.nt> ; - mf:name "bad-nt-eof-after-string" . - -<#bad-nt-eof-after-string-escape> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-string-escape.nt> ; - mf:name "bad-nt-eof-after-string-escape" . - -<#bad-nt-eof-after-subject> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-subject.nt> ; - mf:name "bad-nt-eof-after-subject" . - -<#bad-nt-eof-after-underscore> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-after-underscore.nt> ; - mf:name "bad-nt-eof-after-underscore" . - -<#bad-nt-eof-before-blank> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-before-blank.nt> ; - mf:name "bad-nt-eof-before-blank" . - -<#bad-nt-eof-before-iri> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-before-iri.nt> ; - mf:name "bad-nt-eof-before-iri" . - -<#bad-nt-eof-before-lang> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-before-lang.nt> ; - mf:name "bad-nt-eof-before-lang" . - -<#bad-nt-eof-before-string> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-before-string.nt> ; - mf:name "bad-nt-eof-before-string" . - -<#bad-nt-eof-before-string-escape> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-before-string-escape.nt> ; - mf:name "bad-nt-eof-before-string-escape" . - -<#bad-nt-eof-in-iri-path> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-in-iri-path.nt> ; - mf:name "bad-nt-eof-in-iri-path" . - -<#bad-nt-eof-in-iri-scheme> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-in-iri-scheme.nt> ; - mf:name "bad-nt-eof-in-iri-scheme" . - -<#bad-nt-eof-in-string> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-nt-eof-in-string.nt> ; - mf:name "bad-nt-eof-in-string" . - <#bad-nt-syntax-blank-u00F7> a rdft:TestNTriplesNegativeSyntax ; mf:action <bad-nt-syntax-blank-u00F7.nt> ; @@ -428,96 +302,6 @@ mf:action <bad-nt-syntax-uri-opening-brace.nt> ; mf:name "bad-nt-syntax-uri-opening-brace" . -<#bad-eof-after-quotes> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-after-quotes.ttl> ; - mf:name "bad-eof-after-quotes" . - -<#bad-eof-at-string-start> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-at-string-start.ttl> ; - mf:name "bad-eof-at-string-start" . - -<#bad-eof-in-blank> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-blank.ttl> ; - mf:name "bad-eof-in-blank" . - -<#bad-eof-in-escape> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-escape.ttl> ; - mf:name "bad-eof-in-escape" . - -<#bad-eof-in-lang> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-lang.ttl> ; - mf:name "bad-eof-in-lang" . - -<#bad-eof-in-lang-suffix> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-lang-suffix.ttl> ; - mf:name "bad-eof-in-lang-suffix" . - -<#bad-eof-in-list> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-list.ttl> ; - mf:name "bad-eof-in-list" . - -<#bad-eof-in-long-string> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-long-string.ttl> ; - mf:name "bad-eof-in-long-string" . - -<#bad-eof-in-object-list> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-object-list.ttl> ; - mf:name "bad-eof-in-object-list" . - -<#bad-eof-in-object-list2> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-object-list2.ttl> ; - mf:name "bad-eof-in-object-list2" . - -<#bad-eof-in-predicate-list> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-predicate-list.ttl> ; - mf:name "bad-eof-in-predicate-list" . - -<#bad-eof-in-string> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-string.ttl> ; - mf:name "bad-eof-in-string" . - -<#bad-eof-in-text-character> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-text-character.ttl> ; - mf:name "bad-eof-in-text-character" . - -<#bad-eof-in-triple-quote> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-triple-quote.ttl> ; - mf:name "bad-eof-in-triple-quote" . - -<#bad-eof-in-uri> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-uri.ttl> ; - mf:name "bad-eof-in-uri" . - -<#bad-eof-in-uri-character> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-uri-character.ttl> ; - mf:name "bad-eof-in-uri-character" . - -<#bad-eof-in-uri-scheme> - a rdft:TestNTriplesNegativeSyntax ; - mf:action <bad-eof-in-uri-scheme.nt> ; - mf:name "bad-eof-in-uri-scheme" . - -<#bad-eof-in-utf8-character> - a rdft:TestTurtleNegativeSyntax ; - mf:action <bad-eof-in-utf8-character.ttl> ; - mf:name "bad-eof-in-utf8-character" . - <#bad-equivalence> a rdft:TestTurtleNegativeSyntax ; mf:action <bad-equivalence.ttl> ; |