mirror of
https://github.com/apple/pkl.git
synced 2026-07-21 04:21:24 +02:00
The backslash needs to be escaped when rendering double-quoted YAML strings. In addition, this escapes the following characters: * next line (0x85) * nbsp (0xa0)