expert-lsp / expert-lsp/expert

Bug: removal of trailing whitespaces in multiline strings

オープン
#246 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
needs:reproduction
主要言語
Elixir
スター
2.1k
フォーク
113
平均マージ
1日 10時間
マージ済み PR(30日)
26

説明

Expert seems to remove trailing whitespaces even within a string block, i.e.
```elixir
input = ~S"""
123 328 51 64
45 64 387 23
6 98 215 314
* + * +
"""
```
becomes:
```elixir
input = ~S"""
123 328 51 64
45 64 387 23
6 98 215 314
* + * +
"""
```
A multi-line string should not be touched

Note: I run into this issue when trying to complete this years [advent of code](https://adventofcode.com/2025/day/6) puzzle (it's an issue in part2, but the block is visible already in part1)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。