From d915b0ef3a926c8240e92fb38e3ecf09cbc2079c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Mar 2015 18:58:06 +0800 Subject: [PATCH] tests/hello.js --- tests/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hello.js b/tests/hello.js index a66357449..4151308e2 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -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'; } -- 2.39.2