1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* 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,7 +1,7 @@
"foo" + "bar"
+ toString (/a/b + /c/d)
+ (/foo/bar + "/../xyzzy/." + "/foo.txt")
+ ("/../foo" + /x/y)
+ toString (/foo/bar + "/../xyzzy/." + "/foo.txt")
+ ("/../foo" + toString /x/y)
+ "escape: \"quote\" \n \\"
+ "end
of