CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
793 stars 104 forks source link

Add test for preserved spaces with xml entities #234

Closed MartinP7r closed 2 years ago

MartinP7r commented 2 years ago

As mentioned in https://github.com/MaxDesiatov/XMLCoder/pull/226#issuecomment-962542834 this test makes sure that strings containing xml entities surrounded with whitespaces are handled correctly.

codecov[bot] commented 2 years ago

Codecov Report

Merging #234 (f710fe1) into main (de979e9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #234   +/-   ##
=======================================
  Coverage   74.00%   74.00%           
=======================================
  Files          46       46           
  Lines        2443     2443           
=======================================
  Hits         1808     1808           
  Misses        635      635           

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 de979e9...f710fe1. Read the comment docs.