JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
267 stars 32 forks source link

Fix crash with empty macro name when parsing `"@("` #382

Closed c42f closed 8 months ago

c42f commented 8 months ago

Fix part of #380

codecov[bot] commented 8 months ago

Codecov Report

Merging #382 (0610c4f) into main (05c594b) will increase coverage by 0.00%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #382   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files          14       14           
  Lines        4179     4181    +2     
=======================================
+ Hits         4036     4038    +2     
  Misses        143      143           
Files Coverage Δ
src/parser.jl 98.10% <100.00%> (+<0.01%) :arrow_up: