31331b7388
and just enough more supported Literals to pass the W3C RDF N-Triples test suite |
||
---|---|---|
.. | ||
comment_following_triple.nt | ||
langtagged_string.nt | ||
lantag_with_subtag.nt | ||
literal.nt | ||
literal_all_controls.nt | ||
literal_all_punctuation.nt | ||
literal_ascii_boundaries.nt | ||
literal_false.nt | ||
literal_true.nt | ||
literal_with_2_dquotes.nt | ||
literal_with_2_squotes.nt | ||
literal_with_BACKSPACE.nt | ||
literal_with_CARRIAGE_RETURN.nt | ||
literal_with_CHARACTER_TABULATION.nt | ||
literal_with_dquote.nt | ||
literal_with_FORM_FEED.nt | ||
literal_with_LINE_FEED.nt | ||
literal_with_numeric_escape4.nt | ||
literal_with_numeric_escape8.nt | ||
literal_with_REVERSE_SOLIDUS.nt | ||
literal_with_REVERSE_SOLIDUS2.nt | ||
literal_with_squote.nt | ||
literal_with_UTF8_boundaries.nt | ||
manifest.ttl | ||
minimal_whitespace.nt | ||
nt-syntax-bad-base-01.nt | ||
nt-syntax-bad-esc-01.nt | ||
nt-syntax-bad-esc-02.nt | ||
nt-syntax-bad-esc-03.nt | ||
nt-syntax-bad-lang-01.nt | ||
nt-syntax-bad-num-01.nt | ||
nt-syntax-bad-num-02.nt | ||
nt-syntax-bad-num-03.nt | ||
nt-syntax-bad-prefix-01.nt | ||
nt-syntax-bad-string-01.nt | ||
nt-syntax-bad-string-02.nt | ||
nt-syntax-bad-string-03.nt | ||
nt-syntax-bad-string-04.nt | ||
nt-syntax-bad-string-05.nt | ||
nt-syntax-bad-string-06.nt | ||
nt-syntax-bad-string-07.nt | ||
nt-syntax-bad-struct-01.nt | ||
nt-syntax-bad-struct-02.nt | ||
nt-syntax-bad-uri-01.nt | ||
nt-syntax-bad-uri-02.nt | ||
nt-syntax-bad-uri-03.nt | ||
nt-syntax-bad-uri-04.nt | ||
nt-syntax-bad-uri-05.nt | ||
nt-syntax-bad-uri-06.nt | ||
nt-syntax-bad-uri-07.nt | ||
nt-syntax-bad-uri-08.nt | ||
nt-syntax-bad-uri-09.nt | ||
nt-syntax-bnode-01.nt | ||
nt-syntax-bnode-02.nt | ||
nt-syntax-bnode-03.nt | ||
nt-syntax-datatypes-01.nt | ||
nt-syntax-datatypes-02.nt | ||
nt-syntax-file-01.nt | ||
nt-syntax-file-02.nt | ||
nt-syntax-file-03.nt | ||
nt-syntax-str-esc-01.nt | ||
nt-syntax-str-esc-02.nt | ||
nt-syntax-str-esc-03.nt | ||
nt-syntax-string-01.nt | ||
nt-syntax-string-02.nt | ||
nt-syntax-string-03.nt | ||
nt-syntax-subm-01.nt | ||
nt-syntax-uri-01.nt | ||
nt-syntax-uri-02.nt | ||
nt-syntax-uri-03.nt | ||
nt-syntax-uri-04.nt | ||
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.