Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Simplify streaming API and improve pretty printing | David Robillard | 3 | -2/+98 | |
This removes the obligation from the caller to correctly maintain flags to describe the current anonymous context, instead making the writer handle this itself as much as possible. Flags remain for the cases the writer can not infer from context: the start of anonymous subject and object nodes. | |||||
2019-10-27 | Fix example prefixes in test cases | David Robillard | 1 | -1/+1 | |
2019-10-27 | Add test case for base URI with no path | David Robillard | 3 | -0/+11 | |
2019-10-27 | Fix lax handling of string errors and add separate lax test suite | David Robillard | 3 | -13/+0 | |
2019-03-30 | Fix parsing "a" abbreviation without padding whitespace | David Robillard | 3 | -0/+19 | |
2019-03-17 | Fix bug parsing TriG graphs with several squashed trailing dots | David Robillard | 3 | -0/+16 | |
2019-01-05 | Remove manifest test | David Robillard | 2 | -277/+0 | |
2018-11-11 | Remove some unnecessary test files | David Robillard | 6 | -593/+0 | |
2018-11-11 | Add test for writing URIs that can not be shortened | David Robillard | 4 | -11/+28 | |
2018-07-30 | Fix resolving some URIs against base URIs with no trailing slash | David Robillard | 4 | -24/+41 | |
2018-07-22 | Remove long literal version of form feed test | David Robillard | 2 | -4/+0 | |
This causes problems with Windows checkouts that aren't configured properly, but the short version suffices to test the relevant code. | |||||
2018-05-27 | Add test for writing form feeds in Turtle | David Robillard | 4 | -18/+39 | |
2018-05-25 | Add blank node statement test files | David Robillard | 2 | -0/+4 | |
2018-05-25 | Fix reported error when reading statements with only a blank node | David Robillard | 2 | -30/+43 | |
2018-03-08 | Fix parsing local names that end with escaped dots | David Robillard | 1 | -0/+3 | |
2018-02-04 | Add test for qualifying URIs | David Robillard | 2 | -0/+8 | |
2018-02-04 | Factor out Turtle-to-Turtle test pattern | David Robillard | 1 | -0/+1 | |
2017-09-24 | Make internal tests standard manifest-driven test suites | David Robillard | 8 | -314/+572 | |
2017-09-11 | Remove redundant tests | David Robillard | 49 | -350/+0 | |
2017-07-10 | Add test for parsing empty documents | David Robillard | 2 | -0/+0 | |
2017-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 2 | -0/+6 | |
2014-12-17 | Add test for statements ending with a blank then dot with no space. | David Robillard | 2 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@484 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-17 | Add tests for Turtle named inline nodes extension. | David Robillard | 4 | -0/+10 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@483 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Don't escape backspace or form feed for ntriples. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@440 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-24 | Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or ↵ | David Robillard | 2 | -1/+5 | |
quotes are read. Don't escape legal ASCII characters when writing long literals. git-svn-id: http://svn.drobilla.net/serd/trunk@439 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-03 | Pass negative eval tests (reject invalid escaped URI characters). | David Robillard | 4 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 11 | -55/+55 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Move old test suite to its own directory. | David Robillard | 123 | -0/+51945 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@416 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |