diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-27 12:41:53 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-27 12:41:53 +0000 |
commit | 463e2817c55fbd5b026d7dd630541b990b82418a (patch) | |
tree | f1017907a6bee3baed04e35c5b25bdaa454dedf8 /tests/lang/parse-okay-1.exp | |
parent | f09618b63a3e842adc59360c9bb4cf0ad37246ef (diff) | |
download | guix-463e2817c55fbd5b026d7dd630541b990b82418a.tar.gz |
* Remove ancient Fix tests.
* Add automated Nix expression language tests.
Diffstat (limited to 'tests/lang/parse-okay-1.exp')
-rw-r--r-- | tests/lang/parse-okay-1.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/parse-okay-1.exp b/tests/lang/parse-okay-1.exp new file mode 100644 index 0000000000..71e55d3afe --- /dev/null +++ b/tests/lang/parse-okay-1.exp @@ -0,0 +1 @@ +Function([NoDefFormal("x"),NoDefFormal("y"),NoDefFormal("z")],OpPlus(OpPlus(Var("x"),Var("y")),Var("z")),Pos("(string)",1,2)) |