Originally created by @bioball on GitHub (Aug 6, 2025).
This Pkl emits incorrect YAML:
foo = "\t\\d" output { renderer = new YamlRenderer {} }
Produces:
foo: "\t\d"
Should be:
foo: "\t\\d"
No dependencies set.
The note is not visible to the blocked user.
Originally created by @bioball on GitHub (Aug 6, 2025).
This Pkl emits incorrect YAML:
Produces:
Should be: