From fe101fa7851c3eccb79441ed7f5805e13934254f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Aug 2006 10:29:43 +0000 Subject: [PATCH] * Meh. --- tests/lang/parse-okay-crlf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lang/parse-okay-crlf.nix b/tests/lang/parse-okay-crlf.nix index ea6a0b2f89..21518d4c6d 100644 --- a/tests/lang/parse-okay-crlf.nix +++ b/tests/lang/parse-okay-crlf.nix @@ -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";