X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=56549da87ba199c2847b0fc113e7c0b92945a683;hp=ddb09f033569909e65974d6c17fcfa807bf76a17;hb=a93dc77b0d77e622834f524e2060d516b47bbc58;hpb=73a4f24fc4819d7b6b50064d660b24b231a33d9e diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index ddb09f0..56549da 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -216,9 +216,11 @@ test_admin_help = ( ) test_abbrev = ( - (0, "> ", "help mov"), - (0, r"Move in a specific direction\.", "mov north"), - (0, r"You exit to the north\.", ""), + (0, "> ", "h"), + (0, r"h\[elp\].*m\[ove\].*> ", "he mo"), + (0, r"Move in a specific direction\..*> ", "mov north"), + (0, r"You exit to the north\..*> ", "m south"), + (0, r"You exit to the south\..*> ", ""), ) test_reload = (