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