elvish/pkg/eval/evaltest
Qi Xiao 5f1673c6c4 Use go-cmp to report unexpected test results.
cmp.Diff panics when comparing a struct that has unexported fields and no String
or Equal method, so change some structs to either export all their fields or
have an Equal method.

This fixes #1136.
2022-03-11 22:49:32 +00:00
..
evaltest.go Use go-cmp to report unexpected test results. 2022-03-11 22:49:32 +00:00
matchers.go Replace AnyError in tests with a specific error 2021-12-13 01:08:24 +00:00