Fix example

This commit is contained in:
Fabian 2021-01-03 17:47:25 -06:00
parent b1fdd5640b
commit 73fd991c87

View file

@ -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",
},
];