-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#148] parse_expression 테스트 재작성 #149
Conversation
Pull reviewers statsStats of the last 14 days for rrdb:
|
✅ Total Coverage: 48.90% |
✅ Total Coverage: 48.92% |
✅ Total Coverage: 49.34% |
✅ Total Coverage: 49.41% |
✅ Total Coverage: 49.59% |
✅ Total Coverage: 49.64% |
✅ Total Coverage: 49.76% |
✅ Total Coverage: 49.90% |
✅ Total Coverage: 49.92% |
✅ Total Coverage: 50.05% |
✅ Total Coverage: 50.12% |
✅ Total Coverage: 50.16% |
if self.next_token_is_right_parentheses() { | ||
break; | ||
let _ = self.get_next_token(); | ||
return Ok(call_expression.into()); |
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.
코드 간결화
✅ Total Coverage: 50.21% |
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.
👍
resolves: #148
설명
단순 테스트 작성