diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-01 18:29:00 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 17:48:43 -0500 |
commit | 18b815e33627865b8f4d13f29e2e6e4dc7670f1d (patch) | |
tree | 7ee1b9af60fa161ef4356ae28ecf7e2c94a5cb0e /tests/badly_formatted_fixed.js | |
parent | f84da880bb5bd8fadd7c884ecfeb48aa5b7b9c08 (diff) |
Support --fmt
Diffstat (limited to 'tests/badly_formatted_fixed.js')
-rw-r--r-- | tests/badly_formatted_fixed.js | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |