aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/bad
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02[WIP] Expand URIs in readerDavid Robillard2-1/+8
This expands relative and prefixed URIs in the reader on the stack, rather than passing them to the caller to be dealt with. This pushes these context-full forms to the edge of the system as much as possible to minimise the headaches they can cause. Towards having stricter guarantees about nodes and eliminating the CURIE node type altogether.
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard2-0/+8
[WIP] Command line option, move later? 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.
2023-12-02Factor out NTriples readerDavid Robillard3-0/+15
2023-12-02Remove support for reading Turtle named inline nodes extensionDavid Robillard2-9/+0
2023-04-06Make URI writing stricter by defaultDavid Robillard1-0/+30
2023-04-06Gracefully handle boolean subject and predicate errorsDavid Robillard6-2/+17
2023-04-05Add tests for EOF within UTF-8 charactersDavid Robillard3-0/+16
2023-04-05Clean up remaining stale test suite dataDavid Robillard19-299/+306
2023-04-05Separate test suites and simplify licensing metadataDavid Robillard74-0/+602