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