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 jsonnetfmt --debug-desugaring #1132

Merged
merged 1 commit into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. fix jsonnetfmt --debug-desugaring

    The desugaring step handles string backslash escape sequences, but it
    puts the result back into the same AST elements that the input strings
    came from. When formatting, these strings need to be re-escaped to
    turn them into printable string literals.
    johnbartholomew committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5e90d57 View commit details
    Browse the repository at this point in the history