aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Use ZixStringView directlyDavid Robillard1-12/+14
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-4/+7
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-1/+1
2023-12-02Add support for custom allocatorsDavid Robillard1-33/+111
2023-12-02[WIP] Move SerdEnv mutation from writer to readerDavid Robillard1-12/+37
2023-12-02Leave statement caret at the start of literalsDavid Robillard1-0/+56
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