JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fix token error ranges + highlighting for multibyte chars #271

Closed c42f closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #271 (c32d770) into main (b1c6d54) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files          15       15           
  Lines        3997     3999    +2     
=======================================
+ Hits         3860     3862    +2     
  Misses        137      137           
Impacted Files Coverage Δ
src/parse_stream.jl 96.35% <100.00%> (ø)
src/source_files.jl 97.36% <100.00%> (+0.04%) :arrow_up: