mirror of
https://github.com/apple/pkl.git
synced 2026-05-02 13:14:17 +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)