X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;fp=mudpy%2Ftests%2Fselftest.py;h=6755195c16144286cc9db70d45e73c6f7dda7d99;hp=1b2de6ab2c23cb04acd58c7b1c8a06cef3e0f023;hb=dc3b9c3f13b06b80db5c9f9a4c15804dfd60af4a;hpb=0f70e3a057151497d7d99711660e8649485ef6c2 diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 1b2de6a..6755195 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -223,8 +223,8 @@ test_help = ( test_abbrev = ( (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"Move in a specific direction\..*> ", "mov nor"), + (0, r"You exit to the north\..*> ", "m s"), (0, r"You exit to the south\..*> ", ""), )