tests/hello.js
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:57:42 +0000 (18:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:57:42 +0000 (18:57 +0800)
tests/hello.js

index c8609cf..a663574 100644 (file)
@@ -1,6 +1,7 @@
 
 function hello(w) {
        var a = JSON.parse(w);
+       w.test=1;
        return JSON.stringify(w)+'xx';
 
 }