This commit is contained in:
Eelco Dolstra 2006-08-16 10:29:43 +00:00
parent 2670642733
commit fe101fa785

View file

@ -8,8 +8,8 @@ rec {
y = 123; y = 123;
# CR or CR/LF in strings should be translated to LF (but not # CR or CR/LF (but not explicit \r's) in strings should be
# explicit \r's). # translated to LF.
foo = "multi line foo = "multi line
string string
test\r"; test\r";