This commit is contained in:
Arthur Baars 2024-01-05 09:41:00 +01:00
Родитель 6ed7223167
Коммит aad42b1b0d
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Parsing of division operators (`/`) at the end of a line has been improved. Before they were wrongly interpreted as the start of a regular expression literal (`/.../`) leading to syntax errors.
* Parsing of `case` statements that are formatted with the value expression on a different line than the `case` keyword has been improved and should no longer lead to syntax errors.