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

Better recovery when parsing empty characters #369

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Oct 18, 2023

Consume the trailing ' in empty characters '' for better error recovery when ignore_errors=true is set.

Consume the trailing ' in empty characters '' for better error recovery
when `ignore_errors=true` is set.
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #369 (1ff9c7b) into main (3621603) will increase coverage by 0.00%.
Report is 4 commits behind head on main.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #369   +/-   ##
=======================================
  Coverage   96.56%   96.56%           
=======================================
  Files          14       14           
  Lines        4160     4161    +1     
=======================================
+ Hits         4017     4018    +1     
  Misses        143      143           
Files Coverage Δ
src/parser.jl 98.04% <100.00%> (+<0.01%) ⬆️

... and 1 file with indirect coverage changes

@c42f c42f merged commit 96137ed into main Oct 19, 2023
32 checks passed
@c42f c42f deleted the caf/fix-empty-char-parse branch October 19, 2023 10:54
c42f added a commit that referenced this pull request Nov 12, 2023
Consume the trailing ' in empty characters '' for better error recovery
when `ignore_errors=true` is set.
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.

1 participant