We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> jsonnet fmt test.jsonnet { person1: { name: 'Alice', welcome: 'Hello ' + self.name + '!', }, person2: self.person1 { name: 'Bob' }, test: 'test', } > jsonnet fmt --debug-desugaring test.jsonnet STATIC ERROR: std.jsonnet:842:21-25: Truncated escape sequence in string literal.
Version:
==> Downloading https://homebrew.bintray.com/bottles/jsonnet-0.11.2.mojave.bottle.tar.gz
The text was updated successfully, but these errors were encountered:
I suspect --debug-desugaring has been broken for a while and nobody noticed because it's rarely used.
Sorry, something went wrong.
Thanks for the bug report! Debug desugaring has been fixed in #1132, and the example input provided in this issue now works.
No branches or pull requests
Version:
The text was updated successfully, but these errors were encountered: