-
Notifications
You must be signed in to change notification settings - Fork 439
Fixed testRecovery157 #1512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed testRecovery157 #1512
Conversation
@ahoppen Let me know if I'm on the right track, should I check if after case (.atSign, _)?:
return RawExprSyntax(self.parseStringLiteral()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. If all tests parse, I think this is ready to merge as-is. Just mark it as ready for review 😉
dd3a135
to
560bfb7
Compare
@swift-ci please test |
40ad758
to
0ed41dc
Compare
This should fix the problem |
@@ -32,6 +32,8 @@ extension TokenConsumer { | |||
} else { | |||
return true | |||
} | |||
case (.primaryExpressionStart(.atSign), let handle)?: | |||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added this lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Let’s merge it 👍🏽
@swift-ci Please test |
@swift-ci Please test Windows |
Fixing testRecovery157
#1373