From a35fb59445e4467ceaa5e2bd9414393632d30be2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 Mar 2015 19:02:07 +0800 Subject: [PATCH] tests/hello.js --- tests/hello.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/hello.js diff --git a/tests/hello.js b/tests/hello.js new file mode 100644 index 000000000..41ba3c5b9 --- /dev/null +++ b/tests/hello.js @@ -0,0 +1,5 @@ + +function hello(w) { + return w+'xx'; + +} -- 2.39.2