about summary refs log tree commit diff
path: root/tests/lang/parse-okay-crlf.exp
blob: f378433a441b963b380aba2b807a76d41acbe3f8 (plain) (blame)
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))],[])