aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_writer.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Preserve long or short quoting from input documentsDavid Robillard1-1/+7
2022-01-14Remove SERD_CURIE node datatype entirelyDavid Robillard1-1/+3
2022-01-14Expand URIs in readerDavid Robillard1-0/+36
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-30/+0
2022-01-13Make Writer always write to a ByteSinkDavid Robillard1-31/+44
2022-01-13Add empty syntax type for suppressing outputDavid Robillard1-0/+34
2022-01-13Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-3/+3
2022-01-13Improve writer error handlingDavid Robillard1-0/+101
2022-01-13Simplify streaming API and improve pretty printingDavid Robillard1-6/+6
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-0/+26
2022-01-13Use SerdNodes to simplify some testsDavid Robillard1-20/+21
2022-01-13Add SerdWorld for shared library stateDavid Robillard1-4/+13
2022-01-13Simplify literal construction APIDavid Robillard1-3/+1
2022-01-13Handle writer stack overflows gracefullyDavid Robillard1-0/+56
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-2/+3
2022-01-13Simplify node construction APIDavid Robillard1-5/+34
2022-01-13Merge datatype/language into nodeDavid Robillard1-1/+1
2022-01-13Make nodes opaqueDavid Robillard1-4/+7
2022-01-13Rename SerdStyle to SerdWriterFlagsDavid Robillard1-2/+2
2022-01-13Use char* for strings in public APIDavid Robillard1-8/+4
2022-01-13Add SerdBuffer type for mutable buffersDavid Robillard1-3/+3
2021-07-10Add missing includeDavid Robillard1-0/+1
2021-07-09Fix accidentally disabled writer testDavid Robillard1-4/+1
2021-02-15Fix writing long literals with triple quotesDavid Robillard1-0/+65