From aba6a1dc871edbc6cbb286a350a4ba79ca645fb8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 02:50:55 -0400 Subject: readFileSync is working --- testdata/hello_world.js | 1 + testdata/hello_world.out | 1 + 2 files changed, 2 insertions(+) create mode 100644 testdata/hello_world.js create mode 100644 testdata/hello_world.out (limited to 'testdata') 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 -- cgit v1.2.3