From: Alan Knowles Date: Thu, 19 Mar 2015 10:57:12 +0000 (+0800) Subject: tests/hello.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=106e0007eaf13523cb54c864679d0dfc91ab8d35 tests/hello.js --- diff --git a/tests/hello.js b/tests/hello.js index 41ba3c5b9..aa5414756 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -1,5 +1,6 @@ function hello(w) { - return w+'xx'; + var a = JSON.decode(w); + return JSON.stringify(w)+'xx'; }