eval: Remove commented tests.

This commit is contained in:
Qi Xiao 2016-02-20 21:47:30 +01:00
parent 4d060c3ea7
commit 38874f6348

View File

@ -135,14 +135,6 @@ var evalTests = []struct {
// fn
{"fn f [x]{ put x=$x'.' }; f lorem; f ipsum",
strs("x=lorem.", "x=ipsum."), nomore},
/*
// if
{"if true; then put x", strs("x"), nomore},
{"if true; false; then put x; else put y",
strs("y"), nomore},
{"if true; false; then put x; else if false; put y; else put z",
strs("z"), nomore},
*/
// Namespaces
// Pseudo-namespaces local: and up: