From 66462026bb13ad36425a6355aa1fd3c2a9b5d8c5 Mon Sep 17 00:00:00 2001 From: ndparker Date: Thu, 15 Oct 2015 23:05:13 +0200 Subject: [PATCH] add sandbox test example --- foo.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 foo.js diff --git a/foo.js b/foo.js new file mode 100644 index 0000000..553b8ca --- /dev/null +++ b/foo.js @@ -0,0 +1,2 @@ +x = /abc/ /*! lalala */ +if (1) console.log(x)