Skip to content
Snippets Groups Projects
Commit 7a96da36 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Test for expression dereferencing.

parent 6656993f
No related branches found
No related tags found
No related merge requests found
Str("Hello World")
...@@ -85,7 +85,7 @@ void runTests() ...@@ -85,7 +85,7 @@ void runTests()
evalTest(e2); evalTest(e2);
Hash h3 = addValue("./test-expr.nix"); Hash h3 = addValue("./test-expr-1.nix");
Expr e3 = ATmake("Deref(Hash(<str>))", ((string) h3).c_str()); Expr e3 = ATmake("Deref(Hash(<str>))", ((string) h3).c_str());
evalTest(e3); evalTest(e3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment