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

6 lines
82 B
Plaintext

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