aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14Factor out NTriples readerDavid Robillard1-0/+55
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-11/+28
Writing having side-effects seems questionable in general, and this prepares things for expanding URIs in the reader.
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-17/+92
2022-01-13Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-4/+5
2022-01-13Split out simple reader unit testsDavid Robillard1-0/+233