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, 1 insertions, 0 deletions
diff --git a/tests/lang/parse-okay-crlf.exp b/tests/lang/parse-okay-crlf.exp
new file mode 100644
index 000000000000..9db7c903c001
--- /dev/null
+++ b/tests/lang/parse-okay-crlf.exp
@@ -0,0 +1 @@
+Rec([Bind("x",Var("y"),Pos("(string)",6,4)),Bind("y",Int(123),Pos("(string)",10,4)),Bind("foo",Str("multi\nline\n  string\n  test\r"),Pos("(string)",14,6)),Bind("z",Int(456),Pos("(string)",19,4))],[])