From: Alan Knowles Date: Wed, 18 Mar 2015 11:02:07 +0000 (+0800) Subject: tests/hello.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=a35fb59445e4467ceaa5e2bd9414393632d30be2 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'; + +}