aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msgbuf_unparse1.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/+20
* 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-198/+342
* tests: fix warningsGravatar Simon Arlott2017-08-041-1/+1
* tests: add msgbuf_unparse testsGravatar Simon Arlott2017-07-291-0/+2949