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

Do not incorrectly add line separators for non-synthetic nodes when emitting node list #44070

Merged

Commits on May 14, 2021

  1. Do not incorrectly add line separators for non-synthetic nodes when e…

    …mitting node list
    
    As of 3c32f6e, a line separator is
    added between nodes if the nodes are not synthetic and on separate
    lines. This it push s wrong and previously only happened if the non-synthetic
    nodes were on different lines but had the same parent.
    
    Fixes microsoft#44068.
    devversion committed May 14, 2021
    Copy the full SHA
    d192080 View commit details
    Browse the repository at this point in the history