This commit is contained in:
Eelco Dolstra 2006-08-16 10:29:43 +00:00
parent 2670642733
commit fe101fa785
1 changed files with 2 additions and 2 deletions

View File

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