Skip to content
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

Merged
merged 9 commits into from
Dec 27, 2022

Conversation

masatake
Copy link
Member

Close #3588.

q/...<<MARKER.../ is not handled in this pull request.

@codecov
Copy link

codecov bot commented Dec 10, 2022

Codecov Report

Base: 82.84% // Head: 82.83% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (6f5b873) compared to base (12ff207).
Patch coverage: 95.12% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
parsers/perl.c 90.90% <95.12%> (-0.23%) ⬇️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake
Copy link
Member Author

… local implementation

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Close universal-ctags#3588.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
If there is a whitespace between the starter (<<) and the marker
"HEREDOC", is must be a shift operator.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake merged commit 50e7a74 into universal-ctags:master Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perl: Incorrectly sees << inside a string as start of a heredoc
1 participant