summaryrefslogtreecommitdiff
path: root/tests/ntriples-2013/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Renames to match W3C mercurial repo namesDave Beckett2014-02-131-10/+11
|
* N-Triples 2013: fix bnode ID checkDave Beckett2013-11-271-8/+1
| | | | | | | | | (raptor_ntriples_term_valid): For bnodes, allow leading digits, _ and : Allow trailing - and . Fixes N-Triples test nt-syntax-bnode-03.nt No remaining failures
* N-Triples 2013: allow \b and \f escapesDave Beckett2013-11-271-1/+1
| | | | | | | | | (raptor_ntriples_term): Add \b and \f to escape check. Fixes N-Triples tests literal_with_BACKSPACE.nt and literal_with_FORM_FEED.nt 1 remaining failure
* N-Triples 2013: allow no whitespace between termsDave Beckett2013-11-271-1/+1
| | | | | | | | (raptor_ntriples_parse_line): Remove whitespace check. Fixes N-Triples test minimal_whitespace.nt 3 remaining failures
* check-good-ntriples: fix return resultDave Beckett2013-11-271-1/+1
|
* Run latest set of N-Triples tests: 4 expected failuresDave Beckett2013-11-271-3/+34
|
* N-Triples 2013 test suiteDave Beckett2013-09-101-0/+168
Current state: all good tests pass. 13 bad tests fail: 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-06.nt nt-syntax-bad-uri-07.nt nt-syntax-bad-uri-08.nt nt-syntax-bad-uri-09.nt nt-syntax-bad-struct-01.nt nt-syntax-bad-struct-02.nt nt-syntax-bad-lang-01.nt nt-syntax-bad-esc-03.nt nt-syntax-bad-string-05.nt