summaryrefslogtreecommitdiffstats
path: root/sample_files/javascript_simple_1.js
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/javascript_simple_1.js')
-rw-r--r--sample_files/javascript_simple_1.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample_files/javascript_simple_1.js b/sample_files/javascript_simple_1.js
new file mode 100644
index 000000000..b0e0ee369
--- /dev/null
+++ b/sample_files/javascript_simple_1.js
@@ -0,0 +1,9 @@
+// hello
+foo();
+bar(1);
+baz();
+
+var people = [
+ "john", "harry", "dick", "eric",
+ "jenny", "alexandra",
+];