* Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and

the semantic changes.
This commit is contained in:
Eelco Dolstra 2006-10-17 11:08:59 +00:00
parent be1961c9f8
commit 9e30694f98
19 changed files with 22 additions and 22 deletions

View file

@ -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"),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))],[])