aboutsummaryrefslogtreecommitdiffstats
path: root/test/bad
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Replace serdi with more fine-grained toolsDavid Robillard1-2/+9
Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective.
2022-01-28Split up test suite build definitionsDavid Robillard1-0/+8
2022-01-14Add tests for weird prefixed name edge cases in RDF 1.1 TurtleDavid Robillard2-0/+7
2022-01-14Factor out NTriples readerDavid Robillard3-0/+14
2022-01-14Factor out UTF-8 reading utilitiesDavid Robillard2-0/+9
2022-01-13Add support for parsing variablesDavid Robillard2-0/+8
This adds a reader flag and serdi option for extending a syntax with support for SPARQL-like variables, for storing things like patterns or simple queries.
2022-01-13Remove support for Turtle named inline nodes extensionDavid Robillard2-9/+0
2020-11-13Add failure test for unescaped quotes in URIsDavid Robillard2-0/+7
2020-11-09Rename test directoryDavid Robillard71-0/+581