Removing trailing whitespace inside multiline strings is unsafe (#9744)

Fix #8037.
This commit is contained in:
Seo Sanghyeon 2024-02-01 06:45:23 +09:00 committed by GitHub
parent 7992583908
commit 6e225cb57c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 2 deletions

View file

@ -1,6 +1,7 @@
mod comment_ranges;
mod fstring_ranges;
mod indexer;
mod multiline_ranges;
pub use comment_ranges::{tokens_and_ranges, CommentRangesBuilder};
pub use indexer::Indexer;