google / google/google-java-format
Formatter crashes on unicode character in comment
オープン
- 主要言語
- Java
- スター
- 6.2k
- フォーク
- 937
- 平均マージ
- 6分
- マージ済み PR(30日)
- 3
説明
Minimal reproduction case:
```java
package com.company;
public class Bug {
// \u000D
}
```
The formatter fails with the following message:
```
error: expected token: '\'; generated } instead
```
コントリビューションガイド
評価
この issue はまだ評価されていません。