aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msgbuf_parse1.c
Commit message (Expand)AuthorAgeFilesLines
* Address review comments•••- Remove static qualifier from a string that didn't need it - Add some tests for trailing params with a leading colon as data to ensure they are parsed/unparsed correctly Gravatar Ryan Schmidt2025-10-101-0/+18
* Update tests•••A number of tests needed to be updated to account for the fact that tags are allowed to be up to 8191 bytes (or 4094 bytes for the client-specified portion or server-specified portion individually). The numbers in these tests were updated, and in some cases we now test both server and client tags to ensure consistent behavior between both types. Gravatar Ryan Schmidt2025-10-101-68/+668
* m_alias: Preserve protocol framing charactersGravatar Ed Kellett2020-07-051-0/+45
* tests: fix warningsGravatar Simon Arlott2017-08-041-0/+3
* tests: add msgbuf_parse testsGravatar Simon Arlott2017-07-291-0/+3412