Newline required at end of file with test statement
Ouverte
bug
- Langage dominant
- Java
- Étoiles
- 6
- Forks
- 7
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
During the UI testing (see #84) I discovered that I was getting a parse error if the file ended with a "test" statement that didn't terminate with a newline. This may be a UI-only issue; more testing is necessary.
```
main() {
println("Hello, world")
}
test 1 + 2 == 3
```
```
line 4:13 missing EOL at ''
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.