diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·08+0000 |
commit | 9e30694f9838ff16533f614788c782503fe20967 (patch) | |
tree | 126a0d8786e74569c3975800ae67b3766e9529f8 /tests/lang/eval-okay-string.nix | |
parent | be1961c9f8fbf71ab8ba7ba7a2da5dbb21be54b4 (diff) |
* Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and
the semantic changes.
Diffstat (limited to 'tests/lang/eval-okay-string.nix')
-rw-r--r-- | tests/lang/eval-okay-string.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/eval-okay-string.nix b/tests/lang/eval-okay-string.nix index 086ba4bf92a8..839539e6c171 100644 --- a/tests/lang/eval-okay-string.nix +++ b/tests/lang/eval-okay-string.nix @@ -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 |