about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-okay-crlf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/parse-okay-crlf.nix')
-rw-r--r--third_party/nix/src/tests/lang/parse-okay-crlf.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/nix/src/tests/lang/parse-okay-crlf.nix b/third_party/nix/src/tests/lang/parse-okay-crlf.nix
deleted file mode 100644
index 21518d4c6d..0000000000
--- a/third_party/nix/src/tests/lang/parse-okay-crlf.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-rec {
-
-  /* Dit is

-  een test. */
-
-  x = 
-  # Dit is een test.
y;
-  
-  y = 123;

-
-  # CR or CR/LF (but not explicit \r's) in strings should be
-  # translated to LF.
-  foo = "multi
line

-  string
-  test\r";
-
-  z = 456;
}