diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T16·17+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T16·17+0000 |
commit | f23dcdd60330c3b2f83b5b4278e38c245c397468 (patch) | |
tree | 0c0386b4b42d7974dff18e93485fdda7b9ad71eb /tests/lang/parse-okay-crlf.exp | |
parent | 05879db628a31f53c69a0fc29311c840c80837e0 (diff) |
* Canonicalise ASTs in `nix-instantiate --eval': remove position
info, sort attribute sets.
Diffstat (limited to 'tests/lang/parse-okay-crlf.exp')
-rw-r--r-- | tests/lang/parse-okay-crlf.exp | 2 |
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)],[]) |