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

PowerShell: recognize herestrings #4145

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

masatake
Copy link
Member

@masatake masatake commented Dec 3, 2024

Fix #4141

TODO:

  • a test case with broken input

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.90%. Comparing base (79b0e39) to head (32ee6ab).
Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
parsers/powershell.c 96.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4145   +/-   ##
=======================================
  Coverage   85.89%   85.90%           
=======================================
  Files         239      239           
  Lines       58697    58727   +30     
=======================================
+ Hits        50418    50447   +29     
- Misses       8279     8280    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@masatake masatake changed the title Powershell: recognize herestrings PowerShell: recognize herestrings Dec 4, 2024
@masatake masatake merged commit e5650e9 into universal-ctags:master Dec 4, 2024
75 checks passed
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.

Powershell: (bug) herestr breaks ctags functions list.
1 participant