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 UTF-8 decoding in URI sequences #212

Closed Herringway closed 5 years ago

Herringway commented 5 years ago

Fixes #211. I guess this part of the spec is used so rarely, that this behaviour never got noticed.

codecov[bot] commented 5 years ago

Codecov Report

Merging #212 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   93.66%   93.65%   -0.02%     
==========================================
  Files          28       28              
  Lines        4201     4210       +9     
==========================================
+ Hits         3935     3943       +8     
- Misses        266      267       +1
Impacted Files Coverage Δ
source/dyaml/test/resolver.d 83.33% <100%> (+6.41%) :arrow_up:
source/dyaml/scanner.d 97.67% <100%> (-0.14%) :arrow_down:

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 3374dc6...0895111. Read the comment docs.