-
Notifications
You must be signed in to change notification settings - Fork 626
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
Perl: skip string literals when collecting heredoc markers #3592
Perl: skip string literals when collecting heredoc markers #3592
Conversation
Codecov ReportBase: 82.84% // Head: 82.83% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3592 +/- ##
==========================================
- Coverage 82.84% 82.83% -0.01%
==========================================
Files 223 223
Lines 54280 54280
==========================================
- Hits 44966 44965 -1
- Misses 9314 9315 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
71ea2b4
to
9a46ff7
Compare
… local implementation Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Close universal-ctags#3588. Signed-off-by: Masatake YAMATO <[email protected]>
If there is a whitespace between the starter (<<) and the marker "HEREDOC", is must be a shift operator. Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
9a46ff7
to
6f5b873
Compare
Close #3588.
q/...<<MARKER.../
is not handled in this pull request.