mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
5f1673c6c4
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. |
||
---|---|---|
.. | ||
evaltest.go | ||
matchers.go |