JMU-CS / JMU-CS/less-java

Newline required at end of file with test statement

オープン
#87 コメント 6 件 リアクション 0 件 担当者 2 名 @lam2mo が担当を希望しています GitHub で見る
bug
主要言語
Java
スター
6
フォーク
7
PR マージ指標
30日以内にマージされた PR はありません

説明

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 ''
```

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

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

評価

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

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

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