From 8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2020 12:11:13 +0100 Subject: Rename test directory --- tests/NTriplesTests/README | 25 - tests/NTriplesTests/comment_following_triple.nt | 5 - tests/NTriplesTests/langtagged_string.nt | 1 - tests/NTriplesTests/lantag_with_subtag.nt | 1 - tests/NTriplesTests/literal.nt | 1 - tests/NTriplesTests/literal_all_controls.nt | 1 - tests/NTriplesTests/literal_all_punctuation.nt | 1 - tests/NTriplesTests/literal_ascii_boundaries.nt | Bin 57 -> 0 bytes tests/NTriplesTests/literal_false.nt | 1 - tests/NTriplesTests/literal_true.nt | 1 - tests/NTriplesTests/literal_with_2_dquotes.nt | 1 - tests/NTriplesTests/literal_with_2_squotes.nt | 1 - tests/NTriplesTests/literal_with_BACKSPACE.nt | 1 - .../NTriplesTests/literal_with_CARRIAGE_RETURN.nt | 1 - .../literal_with_CHARACTER_TABULATION.nt | 1 - tests/NTriplesTests/literal_with_FORM_FEED.nt | 1 - tests/NTriplesTests/literal_with_LINE_FEED.nt | 1 - .../NTriplesTests/literal_with_REVERSE_SOLIDUS.nt | 1 - .../NTriplesTests/literal_with_REVERSE_SOLIDUS2.nt | 1 - .../NTriplesTests/literal_with_UTF8_boundaries.nt | 1 - tests/NTriplesTests/literal_with_dquote.nt | 1 - .../NTriplesTests/literal_with_numeric_escape4.nt | 1 - .../NTriplesTests/literal_with_numeric_escape8.nt | 1 - tests/NTriplesTests/literal_with_squote.nt | 1 - tests/NTriplesTests/manifest.ttl | 512 --------------------- tests/NTriplesTests/minimal_whitespace.nt | 6 - tests/NTriplesTests/nt-syntax-bad-base-01.nt | 1 - tests/NTriplesTests/nt-syntax-bad-esc-01.nt | 2 - tests/NTriplesTests/nt-syntax-bad-esc-02.nt | 2 - tests/NTriplesTests/nt-syntax-bad-esc-03.nt | 2 - tests/NTriplesTests/nt-syntax-bad-lang-01.nt | 2 - tests/NTriplesTests/nt-syntax-bad-num-01.nt | 1 - tests/NTriplesTests/nt-syntax-bad-num-02.nt | 1 - tests/NTriplesTests/nt-syntax-bad-num-03.nt | 1 - tests/NTriplesTests/nt-syntax-bad-prefix-01.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-01.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-02.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-03.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-04.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-05.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-06.nt | 1 - tests/NTriplesTests/nt-syntax-bad-string-07.nt | 1 - tests/NTriplesTests/nt-syntax-bad-struct-01.nt | 1 - tests/NTriplesTests/nt-syntax-bad-struct-02.nt | 1 - tests/NTriplesTests/nt-syntax-bad-uri-01.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-02.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-03.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-04.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-05.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-06.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-07.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-08.nt | 2 - tests/NTriplesTests/nt-syntax-bad-uri-09.nt | 2 - tests/NTriplesTests/nt-syntax-bnode-01.nt | 1 - tests/NTriplesTests/nt-syntax-bnode-02.nt | 2 - tests/NTriplesTests/nt-syntax-bnode-03.nt | 2 - tests/NTriplesTests/nt-syntax-datatypes-01.nt | 1 - tests/NTriplesTests/nt-syntax-datatypes-02.nt | 1 - tests/NTriplesTests/nt-syntax-file-01.nt | 0 tests/NTriplesTests/nt-syntax-file-02.nt | 1 - tests/NTriplesTests/nt-syntax-file-03.nt | 2 - tests/NTriplesTests/nt-syntax-str-esc-01.nt | 1 - tests/NTriplesTests/nt-syntax-str-esc-02.nt | 1 - tests/NTriplesTests/nt-syntax-str-esc-03.nt | 1 - tests/NTriplesTests/nt-syntax-string-01.nt | 1 - tests/NTriplesTests/nt-syntax-string-02.nt | 1 - tests/NTriplesTests/nt-syntax-string-03.nt | 1 - tests/NTriplesTests/nt-syntax-subm-01.nt | 79 ---- tests/NTriplesTests/nt-syntax-uri-01.nt | 1 - tests/NTriplesTests/nt-syntax-uri-02.nt | 2 - tests/NTriplesTests/nt-syntax-uri-03.nt | 2 - tests/NTriplesTests/nt-syntax-uri-04.nt | 2 - 72 files changed, 711 deletions(-) delete mode 100644 tests/NTriplesTests/README delete mode 100644 tests/NTriplesTests/comment_following_triple.nt delete mode 100644 tests/NTriplesTests/langtagged_string.nt delete mode 100644 tests/NTriplesTests/lantag_with_subtag.nt delete mode 100644 tests/NTriplesTests/literal.nt delete mode 100644 tests/NTriplesTests/literal_all_controls.nt delete mode 100644 tests/NTriplesTests/literal_all_punctuation.nt delete mode 100644 tests/NTriplesTests/literal_ascii_boundaries.nt delete mode 100644 tests/NTriplesTests/literal_false.nt delete mode 100644 tests/NTriplesTests/literal_true.nt delete mode 100644 tests/NTriplesTests/literal_with_2_dquotes.nt delete mode 100644 tests/NTriplesTests/literal_with_2_squotes.nt delete mode 100644 tests/NTriplesTests/literal_with_BACKSPACE.nt delete mode 100644 tests/NTriplesTests/literal_with_CARRIAGE_RETURN.nt delete mode 100644 tests/NTriplesTests/literal_with_CHARACTER_TABULATION.nt delete mode 100644 tests/NTriplesTests/literal_with_FORM_FEED.nt delete mode 100644 tests/NTriplesTests/literal_with_LINE_FEED.nt delete mode 100644 tests/NTriplesTests/literal_with_REVERSE_SOLIDUS.nt delete mode 100644 tests/NTriplesTests/literal_with_REVERSE_SOLIDUS2.nt delete mode 100644 tests/NTriplesTests/literal_with_UTF8_boundaries.nt delete mode 100644 tests/NTriplesTests/literal_with_dquote.nt delete mode 100644 tests/NTriplesTests/literal_with_numeric_escape4.nt delete mode 100644 tests/NTriplesTests/literal_with_numeric_escape8.nt delete mode 100644 tests/NTriplesTests/literal_with_squote.nt delete mode 100644 tests/NTriplesTests/manifest.ttl delete mode 100644 tests/NTriplesTests/minimal_whitespace.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-base-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-esc-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-esc-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-esc-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-lang-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-num-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-num-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-num-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-prefix-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-04.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-05.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-06.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-string-07.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-struct-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-struct-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-04.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-05.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-06.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-07.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-08.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bad-uri-09.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bnode-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bnode-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-bnode-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-datatypes-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-datatypes-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-file-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-file-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-file-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-str-esc-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-str-esc-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-str-esc-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-string-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-string-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-string-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-subm-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-uri-01.nt delete mode 100644 tests/NTriplesTests/nt-syntax-uri-02.nt delete mode 100644 tests/NTriplesTests/nt-syntax-uri-03.nt delete mode 100644 tests/NTriplesTests/nt-syntax-uri-04.nt (limited to 'tests/NTriplesTests') diff --git a/tests/NTriplesTests/README b/tests/NTriplesTests/README deleted file mode 100644 index 12d8bf16..00000000 --- a/tests/NTriplesTests/README +++ /dev/null @@ -1,25 +0,0 @@ -This README is for the W3C RDF Working Group's N-Triples test suite. -This test suite contains two kinds of tests: - - Positive syntax (rdft:TestNTriplesPositiveSyntax) - an input N-Triples - file with no syntax errors. - - Negative syntax (rdft:TestNTriplesNegativeSyntax) - an input N-Triples - file with at least one syntax error. - -The manifest.ttl file in this directory lists tests in the -RDF WG's N-Triples test suite. All -tests have a name (mf:name) and an input (mf:action). - -• An implementation passes a positive syntax test if it parses the - input. - -• An implementation passes a negative syntax test if it fails to parse - the input. - -The home of the test suite is . - -See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details. - -Eric Prud'hommeaux - 11 June 2013. -Gregg Kellogg - 26 June 2013. diff --git a/tests/NTriplesTests/comment_following_triple.nt b/tests/NTriplesTests/comment_following_triple.nt deleted file mode 100644 index 5619459a..00000000 --- a/tests/NTriplesTests/comment_following_triple.nt +++ /dev/null @@ -1,5 +0,0 @@ - . # comment - _:o . # comment - "o" . # comment - "o"^^ . # comment - "o"@en . # comment diff --git a/tests/NTriplesTests/langtagged_string.nt b/tests/NTriplesTests/langtagged_string.nt deleted file mode 100644 index 1bddb04e..00000000 --- a/tests/NTriplesTests/langtagged_string.nt +++ /dev/null @@ -1 +0,0 @@ - "chat"@en . diff --git a/tests/NTriplesTests/lantag_with_subtag.nt b/tests/NTriplesTests/lantag_with_subtag.nt deleted file mode 100644 index 629cbf42..00000000 --- a/tests/NTriplesTests/lantag_with_subtag.nt +++ /dev/null @@ -1 +0,0 @@ - "Cheers"@en-UK . diff --git a/tests/NTriplesTests/literal.nt b/tests/NTriplesTests/literal.nt deleted file mode 100644 index 3aba89e4..00000000 --- a/tests/NTriplesTests/literal.nt +++ /dev/null @@ -1 +0,0 @@ - "x" . diff --git a/tests/NTriplesTests/literal_all_controls.nt b/tests/NTriplesTests/literal_all_controls.nt deleted file mode 100644 index 91c8af14..00000000 --- a/tests/NTriplesTests/literal_all_controls.nt +++ /dev/null @@ -1 +0,0 @@ - "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\t\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F" . diff --git a/tests/NTriplesTests/literal_all_punctuation.nt b/tests/NTriplesTests/literal_all_punctuation.nt deleted file mode 100644 index c25d818f..00000000 --- a/tests/NTriplesTests/literal_all_punctuation.nt +++ /dev/null @@ -1 +0,0 @@ - " !\"#$%&():;<=>?@[]^_`{|}~" . diff --git a/tests/NTriplesTests/literal_ascii_boundaries.nt b/tests/NTriplesTests/literal_ascii_boundaries.nt deleted file mode 100644 index 7a4dc717..00000000 Binary files a/tests/NTriplesTests/literal_ascii_boundaries.nt and /dev/null differ diff --git a/tests/NTriplesTests/literal_false.nt b/tests/NTriplesTests/literal_false.nt deleted file mode 100644 index 5bbbae84..00000000 --- a/tests/NTriplesTests/literal_false.nt +++ /dev/null @@ -1 +0,0 @@ - "false"^^ . diff --git a/tests/NTriplesTests/literal_true.nt b/tests/NTriplesTests/literal_true.nt deleted file mode 100644 index 054b229f..00000000 --- a/tests/NTriplesTests/literal_true.nt +++ /dev/null @@ -1 +0,0 @@ - "true"^^ . diff --git a/tests/NTriplesTests/literal_with_2_dquotes.nt b/tests/NTriplesTests/literal_with_2_dquotes.nt deleted file mode 100644 index 3e69dc10..00000000 --- a/tests/NTriplesTests/literal_with_2_dquotes.nt +++ /dev/null @@ -1 +0,0 @@ - "x\"\"y" . diff --git a/tests/NTriplesTests/literal_with_2_squotes.nt b/tests/NTriplesTests/literal_with_2_squotes.nt deleted file mode 100644 index 8ddc52e8..00000000 --- a/tests/NTriplesTests/literal_with_2_squotes.nt +++ /dev/null @@ -1 +0,0 @@ - "x''y" . diff --git a/tests/NTriplesTests/literal_with_BACKSPACE.nt b/tests/NTriplesTests/literal_with_BACKSPACE.nt deleted file mode 100644 index 339013df..00000000 --- a/tests/NTriplesTests/literal_with_BACKSPACE.nt +++ /dev/null @@ -1 +0,0 @@ - "\b" . diff --git a/tests/NTriplesTests/literal_with_CARRIAGE_RETURN.nt b/tests/NTriplesTests/literal_with_CARRIAGE_RETURN.nt deleted file mode 100644 index 91b85c89..00000000 --- a/tests/NTriplesTests/literal_with_CARRIAGE_RETURN.nt +++ /dev/null @@ -1 +0,0 @@ - "\r" . diff --git a/tests/NTriplesTests/literal_with_CHARACTER_TABULATION.nt b/tests/NTriplesTests/literal_with_CHARACTER_TABULATION.nt deleted file mode 100644 index a6a9d9f0..00000000 --- a/tests/NTriplesTests/literal_with_CHARACTER_TABULATION.nt +++ /dev/null @@ -1 +0,0 @@ - "\t" . diff --git a/tests/NTriplesTests/literal_with_FORM_FEED.nt b/tests/NTriplesTests/literal_with_FORM_FEED.nt deleted file mode 100644 index 10d2c6d7..00000000 --- a/tests/NTriplesTests/literal_with_FORM_FEED.nt +++ /dev/null @@ -1 +0,0 @@ - "\f" . diff --git a/tests/NTriplesTests/literal_with_LINE_FEED.nt b/tests/NTriplesTests/literal_with_LINE_FEED.nt deleted file mode 100644 index 462f97ac..00000000 --- a/tests/NTriplesTests/literal_with_LINE_FEED.nt +++ /dev/null @@ -1 +0,0 @@ - "\n" . diff --git a/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS.nt b/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS.nt deleted file mode 100644 index ebc846ed..00000000 --- a/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS.nt +++ /dev/null @@ -1 +0,0 @@ - "\\" . diff --git a/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS2.nt b/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS2.nt deleted file mode 100644 index 586e364d..00000000 --- a/tests/NTriplesTests/literal_with_REVERSE_SOLIDUS2.nt +++ /dev/null @@ -1 +0,0 @@ - "test-\\" . diff --git a/tests/NTriplesTests/literal_with_UTF8_boundaries.nt b/tests/NTriplesTests/literal_with_UTF8_boundaries.nt deleted file mode 100644 index 0e1616db..00000000 --- a/tests/NTriplesTests/literal_with_UTF8_boundaries.nt +++ /dev/null @@ -1 +0,0 @@ - "€߿ࠀ࿿က쿿퀀퟿�𐀀𿿽񀀀󿿽􀀀􏿽" . diff --git a/tests/NTriplesTests/literal_with_dquote.nt b/tests/NTriplesTests/literal_with_dquote.nt deleted file mode 100644 index 05a1fd3a..00000000 --- a/tests/NTriplesTests/literal_with_dquote.nt +++ /dev/null @@ -1 +0,0 @@ - "x\"y" . diff --git a/tests/NTriplesTests/literal_with_numeric_escape4.nt b/tests/NTriplesTests/literal_with_numeric_escape4.nt deleted file mode 100644 index 16f0a036..00000000 --- a/tests/NTriplesTests/literal_with_numeric_escape4.nt +++ /dev/null @@ -1 +0,0 @@ - "\u006F" . diff --git a/tests/NTriplesTests/literal_with_numeric_escape8.nt b/tests/NTriplesTests/literal_with_numeric_escape8.nt deleted file mode 100644 index e909a79d..00000000 --- a/tests/NTriplesTests/literal_with_numeric_escape8.nt +++ /dev/null @@ -1 +0,0 @@ - "\U0000006F" . diff --git a/tests/NTriplesTests/literal_with_squote.nt b/tests/NTriplesTests/literal_with_squote.nt deleted file mode 100644 index acf7f58f..00000000 --- a/tests/NTriplesTests/literal_with_squote.nt +++ /dev/null @@ -1 +0,0 @@ - "x'y" . diff --git a/tests/NTriplesTests/manifest.ttl b/tests/NTriplesTests/manifest.ttl deleted file mode 100644 index 246561cb..00000000 --- a/tests/NTriplesTests/manifest.ttl +++ /dev/null @@ -1,512 +0,0 @@ -# N-Triples Syntax tests - -@prefix rdf: . -@prefix rdfs: . -@prefix mf: . -@prefix qt: . - -@prefix rdft: . - -<> rdf:type mf:Manifest ; - mf:name "N-Triples tests" ; - mf:entries - ( - <#nt-syntax-file-01> - <#nt-syntax-file-02> - <#nt-syntax-file-03> - <#nt-syntax-uri-01> - <#nt-syntax-uri-02> - <#nt-syntax-uri-03> - <#nt-syntax-uri-04> - <#nt-syntax-string-01> - <#nt-syntax-string-02> - <#nt-syntax-string-03> - <#nt-syntax-str-esc-01> - <#nt-syntax-str-esc-02> - <#nt-syntax-str-esc-03> - <#nt-syntax-bnode-01> - <#nt-syntax-bnode-02> - <#nt-syntax-bnode-03> - <#nt-syntax-datatypes-01> - <#nt-syntax-datatypes-02> - <#nt-syntax-bad-uri-01> - <#nt-syntax-bad-uri-02> - <#nt-syntax-bad-uri-03> - <#nt-syntax-bad-uri-04> - <#nt-syntax-bad-uri-05> - <#nt-syntax-bad-uri-06> - <#nt-syntax-bad-uri-07> - <#nt-syntax-bad-uri-08> - <#nt-syntax-bad-uri-09> - <#nt-syntax-bad-prefix-01> - <#nt-syntax-bad-base-01> - <#nt-syntax-bad-struct-01> - <#nt-syntax-bad-struct-02> - <#nt-syntax-bad-lang-01> - <#nt-syntax-bad-esc-01> - <#nt-syntax-bad-esc-02> - <#nt-syntax-bad-esc-03> - <#nt-syntax-bad-string-01> - <#nt-syntax-bad-string-02> - <#nt-syntax-bad-string-03> - <#nt-syntax-bad-string-04> - <#nt-syntax-bad-string-05> - <#nt-syntax-bad-string-06> - <#nt-syntax-bad-string-07> - <#nt-syntax-bad-num-01> - <#nt-syntax-bad-num-02> - <#nt-syntax-bad-num-03> - <#nt-syntax-subm-01> - <#comment_following_triple> - <#literal> - <#literal_all_controls> - <#literal_all_punctuation> - <#literal_ascii_boundaries> - <#literal_with_2_dquotes> - <#literal_with_2_squotes> - <#literal_with_BACKSPACE> - <#literal_with_CARRIAGE_RETURN> - <#literal_with_CHARACTER_TABULATION> - <#literal_with_dquote> - <#literal_with_FORM_FEED> - <#literal_with_LINE_FEED> - <#literal_with_numeric_escape4> - <#literal_with_numeric_escape8> - <#literal_with_REVERSE_SOLIDUS> - <#literal_with_REVERSE_SOLIDUS2> - <#literal_with_squote> - <#literal_with_UTF8_boundaries> - <#langtagged_string> - <#lantag_with_subtag> - <#minimal_whitespace> - ) . - -<#nt-syntax-file-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-file-01" ; - rdfs:comment "Empty file" ; - mf:action ; - . - -<#nt-syntax-file-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-file-02" ; - rdfs:comment "Only comment" ; - mf:action ; - . - -<#nt-syntax-file-03> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-file-03" ; - rdfs:comment "One comment, one empty line" ; - mf:action ; - . - -<#nt-syntax-uri-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-uri-01" ; - rdfs:comment "Only IRIs" ; - mf:action ; - . - -<#nt-syntax-uri-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-uri-02" ; - rdfs:comment "IRIs with Unicode escape" ; - mf:action ; - . - -<#nt-syntax-uri-03> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-uri-03" ; - rdfs:comment "IRIs with long Unicode escape" ; - mf:action ; - . - -<#nt-syntax-uri-04> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-uri-04" ; - rdfs:comment "Legal IRIs" ; - mf:action ; - . - -<#nt-syntax-string-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-string-01" ; - rdfs:comment "string literal" ; - mf:action ; - . - -<#nt-syntax-string-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-string-02" ; - rdfs:comment "langString literal" ; - mf:action ; - . - -<#nt-syntax-string-03> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-string-03" ; - rdfs:comment "langString literal with region" ; - mf:action ; - . - -<#nt-syntax-str-esc-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-str-esc-01" ; - rdfs:comment "string literal with escaped newline" ; - mf:action ; - . - -<#nt-syntax-str-esc-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-str-esc-02" ; - rdfs:comment "string literal with Unicode escape" ; - mf:action ; - . - -<#nt-syntax-str-esc-03> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-str-esc-03" ; - rdfs:comment "string literal with long Unicode escape" ; - mf:action ; - . - -<#nt-syntax-bnode-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-bnode-01" ; - rdfs:comment "bnode subject" ; - mf:action ; - . - -<#nt-syntax-bnode-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-bnode-02" ; - rdfs:comment "bnode object" ; - mf:action ; - . - -<#nt-syntax-bnode-03> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-bnode-03" ; - rdfs:comment "Blank node labels may start with a digit" ; - mf:action ; - . - -<#nt-syntax-datatypes-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-datatypes-01" ; - rdfs:comment "xsd:byte literal" ; - mf:action ; - . - -<#nt-syntax-datatypes-02> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-datatypes-02" ; - rdfs:comment "integer as xsd:string" ; - mf:action ; - . - -<#nt-syntax-bad-uri-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-01" ; - rdfs:comment "Bad IRI : space (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-02> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-02" ; - rdfs:comment "Bad IRI : bad escape (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-03> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-03" ; - rdfs:comment "Bad IRI : bad long escape (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-04> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-04" ; - rdfs:comment "Bad IRI : character escapes not allowed (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-05> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-05" ; - rdfs:comment "Bad IRI : character escapes not allowed (2) (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-06> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-06" ; - rdfs:comment "Bad IRI : relative IRI not allowed in subject (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-07> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-07" ; - rdfs:comment "Bad IRI : relative IRI not allowed in predicate (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-08> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-08" ; - rdfs:comment "Bad IRI : relative IRI not allowed in object (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-uri-09> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-uri-09" ; - rdfs:comment "Bad IRI : relative IRI not allowed in datatype (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-prefix-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-prefix-01" ; - rdfs:comment "@prefix not allowed in n-triples (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-base-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-base-01" ; - rdfs:comment "@base not allowed in N-Triples (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-struct-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-struct-01" ; - rdfs:comment "N-Triples does not have objectList (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-struct-02> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-struct-02" ; - rdfs:comment "N-Triples does not have predicateObjectList (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-lang-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-lang-01" ; - rdfs:comment "langString with bad lang (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-esc-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-esc-01" ; - rdfs:comment "Bad string escape (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-esc-02> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-esc-02" ; - rdfs:comment "Bad string escape (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-esc-03> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-esc-03" ; - rdfs:comment "Bad string escape (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-01" ; - rdfs:comment "mismatching string literal open/close (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-02> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-02" ; - rdfs:comment "mismatching string literal open/close (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-03> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-03" ; - rdfs:comment "single quotes (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-04> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-04" ; - rdfs:comment "long single string literal (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-05> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-05" ; - rdfs:comment "long double string literal (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-06> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-06" ; - rdfs:comment "string literal with no end (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-string-07> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-string-07" ; - rdfs:comment "string literal with no start (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-num-01> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-num-01" ; - rdfs:comment "no numbers in N-Triples (integer) (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-num-02> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-num-02" ; - rdfs:comment "no numbers in N-Triples (decimal) (negative test)" ; - mf:action ; - . - -<#nt-syntax-bad-num-03> rdf:type rdft:TestNTriplesNegativeSyntax ; - mf:name "nt-syntax-bad-num-03" ; - rdfs:comment "no numbers in N-Triples (float) (negative test)" ; - mf:action ; - . - -<#nt-syntax-subm-01> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "nt-syntax-subm-01" ; - rdfs:comment "Submission test from Original RDF Test Cases" ; - mf:action ; - . - -<#comment_following_triple> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "comment_following_triple" ; - rdfs:comment "Tests comments after a triple" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_ascii_boundaries> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_ascii_boundaries" ; - rdfs:comment "literal_ascii_boundaries '\\x00\\x26\\x28...'" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_UTF8_boundaries> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_UTF8_boundaries" ; - rdfs:comment "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_all_controls> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_all_controls" ; - rdfs:comment "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'" ; - rdft:approval rdft:Approved ; - mf:action ; - . - -<#literal_all_punctuation> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_all_punctuation" ; - rdfs:comment "literal_all_punctuation '!\"#$%&()...'" ; - rdft:approval rdft:Approved ; - mf:action ; - . - -<#literal_with_squote> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_squote" ; - rdfs:comment "literal with squote \"x'y\"" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_2_squotes> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_2_squotes" ; - rdfs:comment "literal with 2 squotes \"x''y\"" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal" ; - rdfs:comment "literal \"\"\"x\"\"\"" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_dquote> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_dquote" ; - rdfs:comment "literal with dquote \"x\"y\"" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_2_dquotes> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_2_dquotes" ; - rdfs:comment "literal with 2 squotes \"\"\"a\"\"b\"\"\"" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_REVERSE_SOLIDUS2> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_REVERSE_SOLIDUS2" ; - rdfs:comment "REVERSE SOLIDUS at end of literal" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_CHARACTER_TABULATION> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_CHARACTER_TABULATION" ; - rdfs:comment "literal with CHARACTER TABULATION" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_BACKSPACE> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_BACKSPACE" ; - rdfs:comment "literal with BACKSPACE" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_LINE_FEED> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_LINE_FEED" ; - rdfs:comment "literal with LINE FEED" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_CARRIAGE_RETURN> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_CARRIAGE_RETURN" ; - rdfs:comment "literal with CARRIAGE RETURN" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_FORM_FEED> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_FORM_FEED" ; - rdfs:comment "literal with FORM FEED" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_REVERSE_SOLIDUS> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_REVERSE_SOLIDUS" ; - rdfs:comment "literal with REVERSE SOLIDUS" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_numeric_escape4> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_numeric_escape4" ; - rdfs:comment "literal with numeric escape4 \\u" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#literal_with_numeric_escape8> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "literal_with_numeric_escape8" ; - rdfs:comment "literal with numeric escape8 \\U" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#langtagged_string> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "langtagged_string" ; - rdfs:comment "langtagged string \"x\"@en" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#lantag_with_subtag> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "lantag_with_subtag" ; - rdfs:comment "lantag with subtag \"x\"@en-us" ; - rdft:approval rdft:Proposed ; - mf:action ; - . - -<#minimal_whitespace> rdf:type rdft:TestNTriplesPositiveSyntax ; - mf:name "minimal_whitespace" ; - rdfs:comment "tests absense of whitespace between subject, predicate, object and end-of-statement" ; - rdft:approval rdft:Proposed ; - mf:action ; - . diff --git a/tests/NTriplesTests/minimal_whitespace.nt b/tests/NTriplesTests/minimal_whitespace.nt deleted file mode 100644 index e9e3a801..00000000 --- a/tests/NTriplesTests/minimal_whitespace.nt +++ /dev/null @@ -1,6 +0,0 @@ -. -"Alice". -_:o. -_:s. -_:s"Alice". -_:s_:bnode1. diff --git a/tests/NTriplesTests/nt-syntax-bad-base-01.nt b/tests/NTriplesTests/nt-syntax-bad-base-01.nt deleted file mode 100644 index dff1b3b4..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-base-01.nt +++ /dev/null @@ -1 +0,0 @@ -@base . diff --git a/tests/NTriplesTests/nt-syntax-bad-esc-01.nt b/tests/NTriplesTests/nt-syntax-bad-esc-01.nt deleted file mode 100644 index f7a88add..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-esc-01.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad string escape - "a\zb" . diff --git a/tests/NTriplesTests/nt-syntax-bad-esc-02.nt b/tests/NTriplesTests/nt-syntax-bad-esc-02.nt deleted file mode 100644 index 72711d49..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-esc-02.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad string escape - "\uWXYZ" . diff --git a/tests/NTriplesTests/nt-syntax-bad-esc-03.nt b/tests/NTriplesTests/nt-syntax-bad-esc-03.nt deleted file mode 100644 index 3a4522fc..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-esc-03.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad string escape - "\U0000WXYZ" . diff --git a/tests/NTriplesTests/nt-syntax-bad-lang-01.nt b/tests/NTriplesTests/nt-syntax-bad-lang-01.nt deleted file mode 100644 index a4d952c8..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-lang-01.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad lang tag - "string"@1 . diff --git a/tests/NTriplesTests/nt-syntax-bad-num-01.nt b/tests/NTriplesTests/nt-syntax-bad-num-01.nt deleted file mode 100644 index 2be6f516..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-num-01.nt +++ /dev/null @@ -1 +0,0 @@ - 1 . diff --git a/tests/NTriplesTests/nt-syntax-bad-num-02.nt b/tests/NTriplesTests/nt-syntax-bad-num-02.nt deleted file mode 100644 index e1d5b06c..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-num-02.nt +++ /dev/null @@ -1 +0,0 @@ - 1.0 . diff --git a/tests/NTriplesTests/nt-syntax-bad-num-03.nt b/tests/NTriplesTests/nt-syntax-bad-num-03.nt deleted file mode 100644 index a9be82fc..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-num-03.nt +++ /dev/null @@ -1 +0,0 @@ - 1.0e0 . diff --git a/tests/NTriplesTests/nt-syntax-bad-prefix-01.nt b/tests/NTriplesTests/nt-syntax-bad-prefix-01.nt deleted file mode 100644 index 89e08cc7..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-prefix-01.nt +++ /dev/null @@ -1 +0,0 @@ -@prefix : . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-01.nt b/tests/NTriplesTests/nt-syntax-bad-string-01.nt deleted file mode 100644 index 988af87a..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-01.nt +++ /dev/null @@ -1 +0,0 @@ - "abc' . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-02.nt b/tests/NTriplesTests/nt-syntax-bad-string-02.nt deleted file mode 100644 index e1d5b06c..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-02.nt +++ /dev/null @@ -1 +0,0 @@ - 1.0 . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-03.nt b/tests/NTriplesTests/nt-syntax-bad-string-03.nt deleted file mode 100644 index 64d343da..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-03.nt +++ /dev/null @@ -1 +0,0 @@ - 1.0e1 . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-04.nt b/tests/NTriplesTests/nt-syntax-bad-string-04.nt deleted file mode 100644 index af4ff28f..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-04.nt +++ /dev/null @@ -1 +0,0 @@ - '''abc''' . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-05.nt b/tests/NTriplesTests/nt-syntax-bad-string-05.nt deleted file mode 100644 index 75ad4b2b..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-05.nt +++ /dev/null @@ -1 +0,0 @@ - """abc""" . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-06.nt b/tests/NTriplesTests/nt-syntax-bad-string-06.nt deleted file mode 100644 index 56dcbc60..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-06.nt +++ /dev/null @@ -1 +0,0 @@ - "abc . diff --git a/tests/NTriplesTests/nt-syntax-bad-string-07.nt b/tests/NTriplesTests/nt-syntax-bad-string-07.nt deleted file mode 100644 index 7f1ee800..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-string-07.nt +++ /dev/null @@ -1 +0,0 @@ - abc" . diff --git a/tests/NTriplesTests/nt-syntax-bad-struct-01.nt b/tests/NTriplesTests/nt-syntax-bad-struct-01.nt deleted file mode 100644 index d546d564..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-struct-01.nt +++ /dev/null @@ -1 +0,0 @@ - , . diff --git a/tests/NTriplesTests/nt-syntax-bad-struct-02.nt b/tests/NTriplesTests/nt-syntax-bad-struct-02.nt deleted file mode 100644 index 1f388c6e..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-struct-02.nt +++ /dev/null @@ -1 +0,0 @@ - ; , . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-01.nt b/tests/NTriplesTests/nt-syntax-bad-uri-01.nt deleted file mode 100644 index 0e69dc0c..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-01.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad IRI : space. - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-02.nt b/tests/NTriplesTests/nt-syntax-bad-uri-02.nt deleted file mode 100644 index 36d91af9..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-02.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad IRI : bad escape - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-03.nt b/tests/NTriplesTests/nt-syntax-bad-uri-03.nt deleted file mode 100644 index f512345f..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-03.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad IRI : bad escape - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-04.nt b/tests/NTriplesTests/nt-syntax-bad-uri-04.nt deleted file mode 100644 index 5cab062c..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-04.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad IRI : character escapes not allowed. - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-05.nt b/tests/NTriplesTests/nt-syntax-bad-uri-05.nt deleted file mode 100644 index be0a21e0..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-05.nt +++ /dev/null @@ -1,2 +0,0 @@ -# Bad IRI : character escapes not allowed. - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-06.nt b/tests/NTriplesTests/nt-syntax-bad-uri-06.nt deleted file mode 100644 index b4e64592..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-06.nt +++ /dev/null @@ -1,2 +0,0 @@ -# No relative IRIs in N-Triples - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-07.nt b/tests/NTriplesTests/nt-syntax-bad-uri-07.nt deleted file mode 100644 index 74534dde..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-07.nt +++ /dev/null @@ -1,2 +0,0 @@ -# No relative IRIs in N-Triples -

. diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-08.nt b/tests/NTriplesTests/nt-syntax-bad-uri-08.nt deleted file mode 100644 index 41a953d4..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-08.nt +++ /dev/null @@ -1,2 +0,0 @@ -# No relative IRIs in N-Triples - . diff --git a/tests/NTriplesTests/nt-syntax-bad-uri-09.nt b/tests/NTriplesTests/nt-syntax-bad-uri-09.nt deleted file mode 100644 index 58821da8..00000000 --- a/tests/NTriplesTests/nt-syntax-bad-uri-09.nt +++ /dev/null @@ -1,2 +0,0 @@ -# No relative IRIs in N-Triples - "foo"^^

. diff --git a/tests/NTriplesTests/nt-syntax-bnode-01.nt b/tests/NTriplesTests/nt-syntax-bnode-01.nt deleted file mode 100644 index 5fb0d0f9..00000000 --- a/tests/NTriplesTests/nt-syntax-bnode-01.nt +++ /dev/null @@ -1 +0,0 @@ -_:a . diff --git a/tests/NTriplesTests/nt-syntax-bnode-02.nt b/tests/NTriplesTests/nt-syntax-bnode-02.nt deleted file mode 100644 index 737e81b4..00000000 --- a/tests/NTriplesTests/nt-syntax-bnode-02.nt +++ /dev/null @@ -1,2 +0,0 @@ - _:a . -_:a . diff --git a/tests/NTriplesTests/nt-syntax-bnode-03.nt b/tests/NTriplesTests/nt-syntax-bnode-03.nt deleted file mode 100644 index 1a1f1c9f..00000000 --- a/tests/NTriplesTests/nt-syntax-bnode-03.nt +++ /dev/null @@ -1,2 +0,0 @@ - _:1a . -_:1a . diff --git a/tests/NTriplesTests/nt-syntax-datatypes-01.nt b/tests/NTriplesTests/nt-syntax-datatypes-01.nt deleted file mode 100644 index 91263091..00000000 --- a/tests/NTriplesTests/nt-syntax-datatypes-01.nt +++ /dev/null @@ -1 +0,0 @@ - "123"^^ . diff --git a/tests/NTriplesTests/nt-syntax-datatypes-02.nt b/tests/NTriplesTests/nt-syntax-datatypes-02.nt deleted file mode 100644 index d49cc27d..00000000 --- a/tests/NTriplesTests/nt-syntax-datatypes-02.nt +++ /dev/null @@ -1 +0,0 @@ - "123"^^ . diff --git a/tests/NTriplesTests/nt-syntax-file-01.nt b/tests/NTriplesTests/nt-syntax-file-01.nt deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/NTriplesTests/nt-syntax-file-02.nt b/tests/NTriplesTests/nt-syntax-file-02.nt deleted file mode 100644 index e6d327d5..00000000 --- a/tests/NTriplesTests/nt-syntax-file-02.nt +++ /dev/null @@ -1 +0,0 @@ -#Empty file. diff --git a/tests/NTriplesTests/nt-syntax-file-03.nt b/tests/NTriplesTests/nt-syntax-file-03.nt deleted file mode 100644 index a9ca0358..00000000 --- a/tests/NTriplesTests/nt-syntax-file-03.nt +++ /dev/null @@ -1,2 +0,0 @@ -#One comment, one empty line. - diff --git a/tests/NTriplesTests/nt-syntax-str-esc-01.nt b/tests/NTriplesTests/nt-syntax-str-esc-01.nt deleted file mode 100644 index 3925f2ec..00000000 --- a/tests/NTriplesTests/nt-syntax-str-esc-01.nt +++ /dev/null @@ -1 +0,0 @@ - "a\n" . diff --git a/tests/NTriplesTests/nt-syntax-str-esc-02.nt b/tests/NTriplesTests/nt-syntax-str-esc-02.nt deleted file mode 100644 index e7d032f0..00000000 --- a/tests/NTriplesTests/nt-syntax-str-esc-02.nt +++ /dev/null @@ -1 +0,0 @@ - "a\u0020b" . diff --git a/tests/NTriplesTests/nt-syntax-str-esc-03.nt b/tests/NTriplesTests/nt-syntax-str-esc-03.nt deleted file mode 100644 index b8588c79..00000000 --- a/tests/NTriplesTests/nt-syntax-str-esc-03.nt +++ /dev/null @@ -1 +0,0 @@ - "a\U00000020b" . diff --git a/tests/NTriplesTests/nt-syntax-string-01.nt b/tests/NTriplesTests/nt-syntax-string-01.nt deleted file mode 100644 index 5333aefe..00000000 --- a/tests/NTriplesTests/nt-syntax-string-01.nt +++ /dev/null @@ -1 +0,0 @@ - "string" . diff --git a/tests/NTriplesTests/nt-syntax-string-02.nt b/tests/NTriplesTests/nt-syntax-string-02.nt deleted file mode 100644 index 1ab55a33..00000000 --- a/tests/NTriplesTests/nt-syntax-string-02.nt +++ /dev/null @@ -1 +0,0 @@ - "string"@en . diff --git a/tests/NTriplesTests/nt-syntax-string-03.nt b/tests/NTriplesTests/nt-syntax-string-03.nt deleted file mode 100644 index b34ca0f6..00000000 --- a/tests/NTriplesTests/nt-syntax-string-03.nt +++ /dev/null @@ -1 +0,0 @@ - "string"@en-uk . diff --git a/tests/NTriplesTests/nt-syntax-subm-01.nt b/tests/NTriplesTests/nt-syntax-subm-01.nt deleted file mode 100644 index 91b49889..00000000 --- a/tests/NTriplesTests/nt-syntax-subm-01.nt +++ /dev/null @@ -1,79 +0,0 @@ -# -# Copyright World Wide Web Consortium, (Massachusetts Institute of -# Technology, Institut National de Recherche en Informatique et en -# Automatique, Keio University). -# -# All Rights Reserved. -# -# Please see the full Copyright clause at -# -# -# Test file with a variety of legal N-Triples -# -# Dave Beckett - http://purl.org/net/dajobe/ -# -# $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $ -# -##################################################################### - -# comment lines - # comment line after whitespace -# empty blank line, then one with spaces and tabs - - - . -_:anon . - _:anon . -# spaces and tabs throughout: - . - -# line ending with CR NL (ASCII 13, ASCII 10) - . - -# 2 statement lines separated by single CR (ASCII 10) - . - . - - -# All literal escapes - "simple literal" . - "backslash:\\" . - "dquote:\"" . - "newline:\n" . - "return\r" . - "tab:\t" . - -# Space is optional before final . - . - "x". - _:anon. - -# \u and \U escapes -# latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9 - "\u00E9" . -# Euro symbol \u20ac - 3 UTF-8 bytes #xE2 #x82 #xAC - "\u20AC" . -# resource18 test removed -# resource19 test removed -# resource20 test removed - -# XML Literals as Datatyped Literals - ""^^ . - " "^^ . - "x"^^ . - "\""^^ . - ""^^ . - "a "^^ . - "a c"^^ . - "a\n\nc"^^ . - "chat"^^ . -# resource28 test removed 2003-08-03 -# resource29 test removed 2003-08-03 - -# Plain literals with languages - "chat"@fr . - "chat"@en . - -# Typed Literals - "abc"^^ . -# resource33 test removed 2003-08-03 diff --git a/tests/NTriplesTests/nt-syntax-uri-01.nt b/tests/NTriplesTests/nt-syntax-uri-01.nt deleted file mode 100644 index 02e6ba98..00000000 --- a/tests/NTriplesTests/nt-syntax-uri-01.nt +++ /dev/null @@ -1 +0,0 @@ - . diff --git a/tests/NTriplesTests/nt-syntax-uri-02.nt b/tests/NTriplesTests/nt-syntax-uri-02.nt deleted file mode 100644 index 664feea1..00000000 --- a/tests/NTriplesTests/nt-syntax-uri-02.nt +++ /dev/null @@ -1,2 +0,0 @@ -# x53 is capital S - . diff --git a/tests/NTriplesTests/nt-syntax-uri-03.nt b/tests/NTriplesTests/nt-syntax-uri-03.nt deleted file mode 100644 index b5aeb26e..00000000 --- a/tests/NTriplesTests/nt-syntax-uri-03.nt +++ /dev/null @@ -1,2 +0,0 @@ -# x53 is capital S - . diff --git a/tests/NTriplesTests/nt-syntax-uri-04.nt b/tests/NTriplesTests/nt-syntax-uri-04.nt deleted file mode 100644 index 49bacca7..00000000 --- a/tests/NTriplesTests/nt-syntax-uri-04.nt +++ /dev/null @@ -1,2 +0,0 @@ -# IRI with all chars in it. - . -- cgit v1.2.1