jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
107 stars 70 forks source link

fix: allow spaces surrounding url #132

Closed cdoublev closed 3 years ago

cdoublev commented 3 years ago

Fix #3009.

codecov-commenter commented 3 years ago

Codecov Report

Merging #132 (96a6012) into master (b527ed7) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   37.39%   37.44%   +0.05%     
==========================================
  Files          87       87              
  Lines        1182     1183       +1     
  Branches      227      227              
==========================================
+ Hits          442      443       +1     
  Misses        633      633              
  Partials      107      107              
Impacted Files Coverage Δ
lib/parsers.js 80.69% <100.00%> (+0.04%) :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 b527ed7...96a6012. Read the comment docs.

cdoublev commented 3 years ago

Superseded by #140.