Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow spaces surrounding url #132

Closed
wants to merge 1 commit into from
Closed

Conversation

cdoublev
Copy link

@cdoublev cdoublev commented May 3, 2021

Fix #3009.

@codecov-commenter
Copy link

codecov-commenter commented May 3, 2021

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%) ⬆️

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 cdoublev mentioned this pull request May 10, 2021
@cdoublev
Copy link
Author

Superseded by #140.

@cdoublev cdoublev closed this May 18, 2021
@cdoublev cdoublev deleted the issue-4 branch June 11, 2021 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline CSS properties using a function with its brackets padded with spaces are not available on element.style
2 participants