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