6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
{
|
|
// the following string contains an escaped `\r\n`
|
|
a: 'line 1 \
|
|
line 2'
|
|
}
|