tests/hello.js
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:58:06 +0000 (18:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:58:06 +0000 (18:58 +0800)
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';
 
 }