houseabsolute / Markdent

An event-based Markdown parser toolkit
http://metacpan.org/release/Markdent/
Other
12 stars 13 forks source link

Fix parsing of line starting with tab #26

Closed autarch closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #26 (2364306) into master (978b000) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   90.66%   90.74%   +0.07%     
==========================================
  Files         118      119       +1     
  Lines        2658     2679      +21     
  Branches      196      196              
==========================================
+ Hits         2410     2431      +21     
  Misses        187      187              
  Partials       61       61              
Impacted Files Coverage Δ
lib/Markdent/Regexes.pm 100.00% <ø> (ø)
lib/Markdent/Simple/Fragment.pm 100.00% <ø> (ø)
lib/Markdent/Types/Internal.pm 100.00% <ø> (ø)
lib/Markdent/Parser/BlockParser.pm 88.64% <100.00%> (ø)
lib/Markdent/Parser/SpanParser.pm 91.54% <100.00%> (ø)
t/markup/github/fenced-block.t 100.00% <100.00%> (ø)
t/markup/standard/bugs.t 100.00% <100.00%> (ø)

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 978b000...2364306. Read the comment docs.