From 18b815e33627865b8f4d13f29e2e6e4dc7670f1d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 1 Feb 2019 18:29:00 -0500 Subject: Support --fmt --- tests/badly_formatted.js | 4 ++++ tests/badly_formatted_fixed.js | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/badly_formatted.js create mode 100644 tests/badly_formatted_fixed.js (limited to 'tests') diff --git a/tests/badly_formatted.js b/tests/badly_formatted.js new file mode 100644 index 000000000..17e3e6be0 --- /dev/null +++ b/tests/badly_formatted.js @@ -0,0 +1,4 @@ + +console.log( + "Hello World" +) diff --git a/tests/badly_formatted_fixed.js b/tests/badly_formatted_fixed.js new file mode 100644 index 000000000..accefceba --- /dev/null +++ b/tests/badly_formatted_fixed.js @@ -0,0 +1 @@ +console.log("Hello World"); -- cgit v1.2.3