summaryrefslogtreecommitdiff
path: root/test/kv.test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some old KV parser issuesGravatar Michael Smith 2022-03-191-7/+13
| | | | | | | - Implement conditionals in the lexer and reject or ignore them in callbacks. This will allow something to use them later if needed. - Make error handling less stupid (return a bool instead of using the state struct).
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+49
With code from Bill. Thanks Bill!