Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
97 stars 19 forks source link

Fix \{ and \} parsing #74

Closed Kolaru closed 2 years ago

Kolaru commented 2 years ago

Fix #57

codecov-commenter commented 2 years ago

Codecov Report

Merging #74 (b370466) into master (27a5c4b) will increase coverage by 0.98%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   78.80%   79.78%   +0.98%     
==========================================
  Files           7        7              
  Lines         467      470       +3     
==========================================
+ Hits          368      375       +7     
+ Misses         99       95       -4     
Impacted Files Coverage Δ
src/parser/commands_registration.jl 34.78% <ø> (ø)
src/parser/parser.jl 76.77% <100.00%> (+3.08%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27a5c4b...b370466. Read the comment docs.