aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/world.es6
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test.git/world.es6')
-rw-r--r--spec/fixtures/test.git/world.es65
1 files changed, 5 insertions, 0 deletions
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 @@
1function HelloWorld(name)
2{
3 if (foo) foo++;
4 alert(name);
5}