forked from lix-project/lix
* Meh.
This commit is contained in:
parent
2670642733
commit
fe101fa785
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue