From dff5c16e85b9ee7e610d17792f8c301af1a9c458 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 21 Jul 2018 19:08:24 -0400 Subject: Add tools/test.py test runner. (#384) --- tests/001_hello.js | 1 + tests/001_hello.js.out | 1 + tests/002_hello.ts | 1 + tests/002_hello.ts.out | 1 + 4 files changed, 4 insertions(+) create mode 100644 tests/001_hello.js create mode 100644 tests/001_hello.js.out create mode 100644 tests/002_hello.ts create mode 100644 tests/002_hello.ts.out (limited to 'tests') 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 -- cgit v1.2.3