mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 01:47:51 +08:00
eval: Remove commented tests.
This commit is contained in:
parent
4d060c3ea7
commit
38874f6348
|
@ -135,14 +135,6 @@ var evalTests = []struct {
|
||||||
// fn
|
// fn
|
||||||
{"fn f [x]{ put x=$x'.' }; f lorem; f ipsum",
|
{"fn f [x]{ put x=$x'.' }; f lorem; f ipsum",
|
||||||
strs("x=lorem.", "x=ipsum."), nomore},
|
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
|
// Namespaces
|
||||||
// Pseudo-namespaces local: and up:
|
// Pseudo-namespaces local: and up:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user