google / google/google-java-format
Formatter crashes on unicode character in comment
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 6.2k
- Fork
- 937
- Merge trung bình
- 6 phút
- Pull request đã merge (30 ngày)
- 3
Mô tả
Minimal reproduction case:
```java
package com.company;
public class Bug {
// \u000D
}
```
The formatter fails with the following message:
```
error: expected token: '\'; generated } instead
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.