-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Consider Trivia Content before multiline members - fixes #569 The pattern matching above uses nested `sepMember` function to consider Trivia Content. The difference between those pattern matching cases is that latter one matches on when there are trailing non-multiline members. There's some code duplication between those two now, which I'm happy to refactor - feedback welcome. * Reuse MultilineMemberDefnL pattern match case This makes all tests still happy, but I'm not sure if I didn't do something stupid here. Good thing is it clears up the code a bit. * Add unit test for original repro code in 569 Plus addressing review comments
- Loading branch information
1 parent
6413638
commit be054f6
Showing
2 changed files
with
67 additions
and
23 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