瀏覽代碼

Fix example

Fabian 3 年之前
父節點
當前提交
73fd991c87
共有 1 個文件被更改,包括 2 次插入6 次删除
  1. 2 6
      examples/serial.html

+ 2 - 6
examples/serial.html

@@ -33,15 +33,11 @@ window.onload = function()
 
     var stages = [
         {
-            test: "login:",
-            send: "root\n",
-        },
-        {
-            test: "/root% ",
+            test: "~% ",
             send: "ls -1 --color=never /\n",
         },
         {
-            test: "/root% ",
+            test: "~% ",
             send: "lua -e 'print(3+4)'\n",
         },
     ];