From 2ba2822308d78a598654e98484c69b2ad2cf969b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Mar 2015 18:57:42 +0800 Subject: [PATCH] tests/hello.js --- tests/hello.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hello.js b/tests/hello.js index c8609cf51..a66357449 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -1,6 +1,7 @@ function hello(w) { var a = JSON.parse(w); + w.test=1; return JSON.stringify(w)+'xx'; } -- 2.39.2