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.js | |
parent | f84da880bb5bd8fadd7c884ecfeb48aa5b7b9c08 (diff) |
Support --fmt
Diffstat (limited to 'tests/badly_formatted.js')
-rw-r--r-- | tests/badly_formatted.js | 4 |
1 files changed, 4 insertions, 0 deletions
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" +) |