irctest.server_tests.multiline

Draft IRCv3 multiline

MultilineTestCase

ergo
sable
testBasic.s
testBlankLines.s
testByteLimit
This is an Ergo-specific test for line limit enforcement

in multiline messages (see testLineLimit).

.d
testInvalidBatchTag
Test that an unexpected change of batch tag results in

FAIL BATCH MULTILINE_INVALID.

.s
testInvalidBlankConcatTag
Test that the concat tag on a blank message results in

FAIL BATCH MULTILINE_INVALID.

.s
testLineLimit
This is an Ergo-specific test for line limit enforcement

in multiline messages. Right now it hardcodes the same limits as in the Ergo controller; we can generalize it in future for other multiline implementations.

.d