about summary refs log tree commit diff
path: root/tests/lang/eval-okay-pathexists.nix
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17 * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), andEelco Dolstra1-0/+2
the semantic changes.
2006-09-24 * Primop `toPath' to convert a string to a path.Eelco Dolstra1-0/+3
* Primop `pathExists' to check for path existence.