diff --git a/mode/markdown/test.js b/mode/markdown/test.js
index 89958ac44d6f598a626f73504c85fdbfb99253a9..33c8642e58efc00ca1cbd9d606d99853bfdf0c56 100644
--- a/mode/markdown/test.js
+++ b/mode/markdown/test.js
@@ -498,14 +498,14 @@
     "",
     "    [variable-3 * bar]",
     "",
-    "       [variable-2 hello]"
+    "       [variable-3 hello]"
   );
   MT("listNested",
     "[variable-2 * foo]",
     "",
     "    [variable-3 * bar]",
     "",
-    "      [variable-3 * foo]"
+    "      [keyword * foo]"
   );
 
   // Code followed by text