-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: Introduce REF=
#1249
feat: Introduce REF=
#1249
Conversation
#[token("REF=")] | ||
KeywordReferenceAssignment, | ||
|
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.
How strict do we want to be here, i.e. should spaces between REF and = be allowed or no?
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'd treat this the same as e.g. : =
4d61e7e
to
acd5770
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1249 +/- ##
==========================================
+ Coverage 91.11% 91.18% +0.07%
==========================================
Files 153 155 +2
Lines 44816 45521 +705
==========================================
+ Hits 40833 41508 +675
- Misses 3983 4013 +30 ☔ View full report in Codecov by Sentry. |
Closing this in favor of #1251 |
No description provided.