Serd subproject with meson
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Robillard 8e0270ea4d Rename test directory 2 years ago
..
README Rename test directory 2 years ago
comment_following_triple.nt Rename test directory 2 years ago
langtagged_string.nt Rename test directory 2 years ago
lantag_with_subtag.nt Rename test directory 2 years ago
literal.nt Rename test directory 2 years ago
literal_all_controls.nt Rename test directory 2 years ago
literal_all_punctuation.nt Rename test directory 2 years ago
literal_ascii_boundaries.nt Rename test directory 2 years ago
literal_false.nt Rename test directory 2 years ago
literal_true.nt Rename test directory 2 years ago
literal_with_2_dquotes.nt Rename test directory 2 years ago
literal_with_2_squotes.nt Rename test directory 2 years ago
literal_with_BACKSPACE.nt Rename test directory 2 years ago
literal_with_CARRIAGE_RETURN.nt Rename test directory 2 years ago
literal_with_CHARACTER_TABULATION.nt Rename test directory 2 years ago
literal_with_FORM_FEED.nt Rename test directory 2 years ago
literal_with_LINE_FEED.nt Rename test directory 2 years ago
literal_with_REVERSE_SOLIDUS.nt Rename test directory 2 years ago
literal_with_REVERSE_SOLIDUS2.nt Rename test directory 2 years ago
literal_with_UTF8_boundaries.nt Rename test directory 2 years ago
literal_with_dquote.nt Rename test directory 2 years ago
literal_with_numeric_escape4.nt Rename test directory 2 years ago
literal_with_numeric_escape8.nt Rename test directory 2 years ago
literal_with_squote.nt Rename test directory 2 years ago
manifest.ttl Rename test directory 2 years ago
minimal_whitespace.nt Rename test directory 2 years ago
nt-syntax-bad-base-01.nt Rename test directory 2 years ago
nt-syntax-bad-esc-01.nt Rename test directory 2 years ago
nt-syntax-bad-esc-02.nt Rename test directory 2 years ago
nt-syntax-bad-esc-03.nt Rename test directory 2 years ago
nt-syntax-bad-lang-01.nt Rename test directory 2 years ago
nt-syntax-bad-num-01.nt Rename test directory 2 years ago
nt-syntax-bad-num-02.nt Rename test directory 2 years ago
nt-syntax-bad-num-03.nt Rename test directory 2 years ago
nt-syntax-bad-prefix-01.nt Rename test directory 2 years ago
nt-syntax-bad-string-01.nt Rename test directory 2 years ago
nt-syntax-bad-string-02.nt Rename test directory 2 years ago
nt-syntax-bad-string-03.nt Rename test directory 2 years ago
nt-syntax-bad-string-04.nt Rename test directory 2 years ago
nt-syntax-bad-string-05.nt Rename test directory 2 years ago
nt-syntax-bad-string-06.nt Rename test directory 2 years ago
nt-syntax-bad-string-07.nt Rename test directory 2 years ago
nt-syntax-bad-struct-01.nt Rename test directory 2 years ago
nt-syntax-bad-struct-02.nt Rename test directory 2 years ago
nt-syntax-bad-uri-01.nt Rename test directory 2 years ago
nt-syntax-bad-uri-02.nt Rename test directory 2 years ago
nt-syntax-bad-uri-03.nt Rename test directory 2 years ago
nt-syntax-bad-uri-04.nt Rename test directory 2 years ago
nt-syntax-bad-uri-05.nt Rename test directory 2 years ago
nt-syntax-bad-uri-06.nt Rename test directory 2 years ago
nt-syntax-bad-uri-07.nt Rename test directory 2 years ago
nt-syntax-bad-uri-08.nt Rename test directory 2 years ago
nt-syntax-bad-uri-09.nt Rename test directory 2 years ago
nt-syntax-bnode-01.nt Rename test directory 2 years ago
nt-syntax-bnode-02.nt Rename test directory 2 years ago
nt-syntax-bnode-03.nt Rename test directory 2 years ago
nt-syntax-datatypes-01.nt Rename test directory 2 years ago
nt-syntax-datatypes-02.nt Rename test directory 2 years ago
nt-syntax-file-01.nt Rename test directory 2 years ago
nt-syntax-file-02.nt Rename test directory 2 years ago
nt-syntax-file-03.nt Rename test directory 2 years ago
nt-syntax-str-esc-01.nt Rename test directory 2 years ago
nt-syntax-str-esc-02.nt Rename test directory 2 years ago
nt-syntax-str-esc-03.nt Rename test directory 2 years ago
nt-syntax-string-01.nt Rename test directory 2 years ago
nt-syntax-string-02.nt Rename test directory 2 years ago
nt-syntax-string-03.nt Rename test directory 2 years ago
nt-syntax-subm-01.nt Rename test directory 2 years ago
nt-syntax-uri-01.nt Rename test directory 2 years ago
nt-syntax-uri-02.nt Rename test directory 2 years ago
nt-syntax-uri-03.nt Rename test directory 2 years ago
nt-syntax-uri-04.nt Rename test directory 2 years ago

README

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 <http://www.w3.org/2013/N-TriplesTests/>.

See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details.

Eric Prud'hommeaux <eric+turtle@w3.org> - 11 June 2013.
Gregg Kellogg <gregg@greggkellogg.net> - 26 June 2013.