Files
2023-08-01 13:49:46 +02:00

6 lines
89 B
Plaintext

{
// the following string contains an escaped `\r\n`
a: 'line 1 \
line 2'
}