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

Fix SyntaxNode->Expr conversions of unterminated cmd strings #367

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Oct 14, 2023

Fixes #353

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #367 (fb6b71a) into main (a57f093) will decrease coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   96.56%   96.56%   -0.01%     
==========================================
  Files          14       14              
  Lines        4161     4160       -1     
==========================================
- Hits         4018     4017       -1     
  Misses        143      143              
Files Coverage Δ
src/expr.jl 99.69% <ø> (-0.01%) ⬇️
src/parser.jl 98.03% <ø> (ø)

@c42f c42f merged commit 3621603 into main Oct 15, 2023
32 checks passed
@c42f c42f deleted the caf/fix-incomplete-cmd-conversion branch October 15, 2023 06:53
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.

Internal error parsing corrupt expression
1 participant