mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
Fix broken test.
This commit is contained in:
parent
cdea3cc9b5
commit
6b6532f953
|
@ -141,7 +141,8 @@ var evalTests = []struct {
|
|||
// TODO: Test module namespace
|
||||
|
||||
// Equality
|
||||
{"= a a; = [] []; = [&] [&]", bools(true, false, false), nomore},
|
||||
{"put ?(= a a) ?(= [] []) ?(= [&] [&])",
|
||||
[]Value{Error{nil}, Error{ErrNotEqual}, Error{ErrNotEqual}}, nomore},
|
||||
}
|
||||
|
||||
func strs(ss ...string) []Value {
|
||||
|
|
Loading…
Reference in New Issue
Block a user