diff options
Diffstat (limited to 'tests/testdata/fmt/badly_formatted_fixed.js')
-rw-r--r-- | tests/testdata/fmt/badly_formatted_fixed.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/fmt/badly_formatted_fixed.js b/tests/testdata/fmt/badly_formatted_fixed.js new file mode 100644 index 000000000..e9062ba85 --- /dev/null +++ b/tests/testdata/fmt/badly_formatted_fixed.js @@ -0,0 +1,2 @@ +// Deliberately using .mjs to avoid triggering dprint +console.log("Hello World"); |