aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_overflow.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-08Expand URIs in readerDavid Robillard1-4/+10
2021-03-08Add support for parsing variablesDavid Robillard1-1/+3
This adds a reader flag and serdi option for extending a syntax with support for SPARQL-like variables, for storing things like patterns or simple queries.
2021-03-08WIP: Make Reader always read from a ByteSourceDavid Robillard1-1/+4
2021-03-08Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-1/+2
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future.
2021-03-08Align node allocationsDavid Robillard1-13/+15
2021-03-08Add stack overflow testsDavid Robillard1-0/+68