X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tests%2Fhello.js;h=aa5414756171f8279d707ac879c71d54ac6f701b;hp=41ba3c5b9074cabe0285f4ef3de4235b02ffde39;hb=106e0007eaf13523cb54c864679d0dfc91ab8d35;hpb=d1198d33a525451aec5a70389219b32e6af6691d 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'; }