summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/hello_world.js1
-rw-r--r--testdata/hello_world.out1
2 files changed, 2 insertions, 0 deletions
diff --git a/testdata/hello_world.js b/testdata/hello_world.js
new file mode 100644
index 000000000..accefceba
--- /dev/null
+++ b/testdata/hello_world.js
@@ -0,0 +1 @@
+console.log("Hello World");
diff --git a/testdata/hello_world.out b/testdata/hello_world.out
new file mode 100644
index 000000000..557db03de
--- /dev/null
+++ b/testdata/hello_world.out
@@ -0,0 +1 @@
+Hello World