Switch internal counters to new-style Element
[mudpy.git] / mudpy / tests / selftest.py
index 5adc43c..1b9c81b 100644 (file)
@@ -181,7 +181,7 @@ test_show_files = (
 test_show_file = (
     (2, "> ", "show file %s" %
         os.path.join(os.getcwd(), "data/internal.yaml")),
-    (2, "These are the nodes in the.*file:.*internal:counters.*> ", ""),
+    (2, r'These are the nodes in the.*file:.*internal\.counters.*> ', ""),
 )
 
 test_show_element = (