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

[Console] OutputFormatter: move strtolower to createStyleFromString #29619

Merged
merged 1 commit into from Dec 17, 2018
Merged

[Console] OutputFormatter: move strtolower to createStyleFromString #29619

merged 1 commit into from Dec 17, 2018

Commits on Dec 15, 2018

  1. [Console] OutputFormatter: move strtolower to createStyleFromString

    While playing with the href feature that'll be available in 4.3,
    I spotted href value is lowercased. Which I guess could be an issue
    on case-sensitive filesystems.
    This changes nothing for the current branch, but will allow when merging
    to upper branches to fix the behavior described above, hence keep original case.
    ogizanagi committed Dec 15, 2018
    Copy the full SHA
    8e2bd35 View commit details
    Browse the repository at this point in the history