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