BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

Fix execute (issue 78) #79

Closed jakobnissen closed 3 years ago

jakobnissen commented 3 years ago

A simple missing break statement made the execution continue through invalid bytes and caused #78. Now fixed, and tests added.

codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (f8bae2b) into master (8eb8a89) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   92.80%   92.80%           
=======================================
  Files          17       17           
  Lines        1598     1599    +1     
=======================================
+ Hits         1483     1484    +1     
  Misses        115      115           
Flag Coverage Δ
unittests 92.80% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/machine.jl 98.18% <100.00%> (+0.03%) :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 8eb8a89...f8bae2b. Read the comment docs.