aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_string.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Add custom allocator supportDavid Robillard1-2/+2
2022-01-28Use more human-readable status codesDavid Robillard1-1/+5
2022-01-14Add support for converting literals to canonical formDavid Robillard1-1/+1
2022-01-14Add modelDavid Robillard1-1/+1
2022-01-14Preserve long or short quoting from input documentsDavid Robillard1-13/+0
2022-01-14Expand URIs in readerDavid Robillard1-1/+1
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.
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-1/+1
2022-01-13Add serd_canonical_path()David Robillard1-1/+29
2022-01-13Handle read errors more preciselyDavid Robillard1-1/+1
2022-01-13Improve writer error handlingDavid Robillard1-1/+1
2022-01-13Use a fixed-size reader stackDavid Robillard1-1/+1
2022-01-13Use char* for strings in public APIDavid Robillard1-6/+6
The constant casting just makes user code a mess, for no benefit.
2022-01-13Remove useless character countingDavid Robillard1-8/+3
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-21/+21
2020-11-09Split out string testsDavid Robillard1-0/+64