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.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/parse-okay-crlf.exp b/tests/lang/parse-okay-crlf.exp
index f378433a441b..7d4d9e3876c2 100644
--- a/tests/lang/parse-okay-crlf.exp
+++ b/tests/lang/parse-okay-crlf.exp
@@ -1 +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))],[])
+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)],[])