From e96fd240c5911e18f43c62b20ae5f18600c3d793 Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Sun, 10 Apr 2016 21:37:18 +0200 Subject: modify spec to check for .es6 liniting --- spec/fixtures/test.git/world.es6 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/fixtures/test.git/world.es6 (limited to 'spec/fixtures/test.git/world.es6') diff --git a/spec/fixtures/test.git/world.es6 b/spec/fixtures/test.git/world.es6 new file mode 100644 index 0000000..2d1b996 --- /dev/null +++ b/spec/fixtures/test.git/world.es6 @@ -0,0 +1,5 @@ +function HelloWorld(name) +{ + if (foo) foo++; + alert(name); +} -- cgit v1.2.3