X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=3b00b48b57d8fbc73d318bb4f6d1028de32c7866;hp=2cbed03485a2f18c996a8861188823ad3bfd587d;hb=b7a0d21774ff74bcf66315a4d14b788263f41dea;hpb=6d10b4e795679965dfd7f5e4ff027151ff629b8f diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 2cbed03..3b00b48 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -181,7 +181,7 @@ test_telnet_iac = ( # unescaped and deduplicated to a single \xff in the buffer and then # the line of input discarded as a non-ASCII sequence (2, "> ", b"say argle\xff\xffbargle\r\0"), - (2, r"Non-ASCII characters from admin: b'say argle\\xffbargle'.*> ", ""), + (2, r"Non-ASCII characters from admin: b'say.*argle\\xffbargle'.*> ", ""), ) test_telnet_unknown_command = (