about summary refs log tree commit diff
path: root/tests/lang/parse-okay-crlf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/parse-okay-crlf.exp')
-rw-r--r--tests/lang/parse-okay-crlf.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/parse-okay-crlf.exp b/tests/lang/parse-okay-crlf.exp
deleted file mode 100644
index 7d4d9e3876c2..000000000000
--- a/tests/lang/parse-okay-crlf.exp
+++ /dev/null
@@ -1 +0,0 @@
-Rec([Bind("x",Var("y"),NoPos),Bind("y",Int(123),NoPos),Bind("foo",Str("multi\nline\n  string\n  test\r",[]),NoPos),Bind("z",Int(456),NoPos)],[])