aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-16 10:29:43 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-16 10:29:43 +0000
commitfe101fa7851c3eccb79441ed7f5805e13934254f (patch)
tree69b85d074ab03c3e7f5dbb5c8b2ea51ec8f71db3 /tests
parent267064273301ee9547589fd5874eee693415352f (diff)
* Meh.
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/parse-okay-crlf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/parse-okay-crlf.nix b/tests/lang/parse-okay-crlf.nix
index ea6a0b2f8..21518d4c6 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";