Support abbreviating portal names when moving
[mudpy.git] / mudpy / tests / selftest.py
index 1b2de6a..6755195 100644 (file)
@@ -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\..*> ", ""),
 )