mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Add change note
This commit is contained in:
5
ruby/ql/lib/change-notes/2024-01-05-division-newline.md
Normal file
5
ruby/ql/lib/change-notes/2024-01-05-division-newline.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user