tests/hello.js
[app.Builder.js] / tests / hello.js
index 41ba3c5..aa54147 100644 (file)
@@ -1,5 +1,6 @@
 
 function hello(w) {
-       return w+'xx';
+       var a = JSON.decode(w);
+       return JSON.stringify(w)+'xx';
 
 }