Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use fixed-width comments to align `// gap` annotations and the `// ...` position-visualization. With the previous behaviour of `SourceLine._strip_comments()`, the right-padding of the `gap` comment would be removed, leading to misaligned output. This commit modifies comment trimming to use lstrip() only.
- Loading branch information