X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=test.html;h=ec43a81a76de2c994fbbe64521ef23a1645ae55c;hb=3eb043e814a43ce8fcb12e4121225ad484f00671;hp=c8cb256c61fdadf9d1faadf963b8b9b869f2f72d;hpb=ba6c08871676f70a779acffd50d48526fb8a9ddc;p=jscl.git diff --git a/test.html b/test.html index c8cb256..ec43a81 100644 --- a/test.html +++ b/test.html @@ -63,7 +63,7 @@ if (input[0] != ','){ jqconsole.Write(JSON.stringify(lisp.evalString(input)) + '\n', 'jqconsole-output'); } else { - jqconsole.Write(JSON.stringify(lisp.compileString(input.slice(0))) + '\n', 'jqconsole-output'); + jqconsole.Write(JSON.stringify(lisp.compileString(input.slice(1))) + '\n', 'jqconsole-output'); } // Restart the prompt. startPrompt();