aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Leave statement caret at the start of literalsDavid Robillard1-0/+56
This allows a precise location to be reported for errors within literals, by adding the offset of the error in the literal to the caret. This will be used to report nice errors for things like regular expressions and supported XSD datatypes.
2023-12-02Simplify input stream APIDavid Robillard1-45/+121
2023-12-02Factor out NTriples readerDavid Robillard1-0/+49
2023-12-02Use portable zix filesystem API in testsDavid Robillard1-31/+22
2023-12-02Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-5/+5
2023-12-02Split out simple reader unit testsDavid Robillard1-0/+400