Fix ConvertTo-Html single matched column header bug - #4276
Merged
Dongbo Wang (daxian-dbw) merged 1 commit intoJul 18, 2017
Merged
Conversation
Mike Richmond (mirichmo)
requested review from
James Truher (JamesWTruher),
Steve Lee (SteveL-MSFT) and
jeffbi
July 17, 2017 22:36
Collaborator
|
LGTM |
James Truher (JamesWTruher)
approved these changes
Jul 18, 2017
Mike Richmond (mirichmo)
force-pushed
the
pr-completion-for-convertto-html
branch
from
July 18, 2017 20:27
4cc8346 to
943eabd
Compare
Member
Author
|
The content is the same. I just re-did the commit giving Tim Curwick (@TimCurwick) credit for it. |
Mike Richmond (mirichmo)
requested a review
from Aditya Patwardhan (adityapatwardhan)
July 18, 2017 20:48
Aditya Patwardhan (adityapatwardhan)
approved these changes
Jul 18, 2017
Aditya Patwardhan (adityapatwardhan)
left a comment
Member
There was a problem hiding this comment.
LGTM
Member
Author
|
@PowerShell/powershell-maintainers This is ready for merge |
Thatgfsj (Thatgfsj)
pushed a commit
to Thatgfsj/PowerShell
that referenced
this pull request
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This replaces abandoned PR #2184 since the fix looks like it might be worthwhile to include. This PR adds the changes requested in the original PR that held it up from being merged.
PR #2241 included the original tests.
FYI: Tim Curwick (@TimCurwick)