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