diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2020-03-24 20:55:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 23:55:54 -0400 |
commit | 3938071e91e7c3dcf7b4e727601e1e99005aceab (patch) | |
tree | cb028150a1850bb96b898f24f7f59f6c41318af0 /cli/tests/error_syntax_empty_trailing_line.mjs | |
parent | eeedb416c098c50a05292cbbd8135b7050a5ce0e (diff) |
errors: replace .lines with explicit .split newline (#4483)
Diffstat (limited to 'cli/tests/error_syntax_empty_trailing_line.mjs')
-rw-r--r-- | cli/tests/error_syntax_empty_trailing_line.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/error_syntax_empty_trailing_line.mjs b/cli/tests/error_syntax_empty_trailing_line.mjs new file mode 100644 index 000000000..5bc6b1c23 --- /dev/null +++ b/cli/tests/error_syntax_empty_trailing_line.mjs @@ -0,0 +1,2 @@ +// Deliberately using .mjs to avoid triggering prettier +setTimeout(() => {}), |