JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
267 stars 32 forks source link

Better recovery when parsing empty characters #369

Closed c42f closed 8 months ago

c42f commented 8 months ago

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

codecov[bot] commented 8 months ago

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%) :arrow_up:

... and 1 file with indirect coverage changes