dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

fix windows/mac linebreaks #188

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

Fixes issue #187.

codecov[bot] commented 6 years ago

Codecov Report

Merging #188 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
+ Coverage   93.76%   93.85%   +0.09%     
==========================================
  Files          29       29              
  Lines        4296     4313      +17     
==========================================
+ Hits         4028     4048      +20     
+ Misses        268      265       -3
Impacted Files Coverage Δ
source/dyaml/linebreak.d 100% <100%> (+50%) :arrow_up:
source/dyaml/dumper.d 93.1% <100%> (+3.1%) :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 1448c8f...d4ed861. Read the comment docs.

ghost commented 6 years ago

dont forget to reference the issue fix #<number> - ... or close #<number> in the message.