-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow assignment to be split over multiple lines
Since this case used a literal "=" in the grammar, rather than an `_equal_sign`, it did not indicate to the scanner that the `=` was an allowed character. This prevented the scanner from suppressing semicolons.
- Loading branch information
1 parent
be1bb78
commit 9723354
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
ReactKit/ReactKitTests/OperationTests.swift | ||
GRDB/GRDB/Core/Statement.swift | ||
lottie-ios/Sources/Public/Animation/LottieAnimationLayer.swift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters