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

Handle double ampersand in Usage example. #300

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

weitzman
Copy link
Member

Disposition

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes

Summary

Fixes drush-ops/drush#5541. I could not manasge a more focused fix in the DomDocument itself. We rely on Console to generate much of that and I didnt want to override it more.

@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #300 (5086633) into 4.x (6e113e7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 5086633 differs from pull request most recent head 7dd3d3c. Consider uploading reports for the commit 7dd3d3c to get more accurate results

@@            Coverage Diff            @@
##                4.x     #300   +/-   ##
=========================================
  Coverage     88.16%   88.17%           
  Complexity      777      777           
=========================================
  Files            46       46           
  Lines          2087     2088    +1     
=========================================
+ Hits           1840     1841    +1     
  Misses          247      247           
Impacted Files Coverage Δ
src/AnnotatedCommand.php 87.92% <100.00%> (+0.05%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

drush cron --help fails
1 participant