elvish/pkg/eval/testutil_test.go
Qi Xiao fef5049716 pkg/eval: Simplify how exception tracebacks are written.
*Exception.Show used to work differently when the traceback contains one frame
vs more frames. Harmonize how they work, and consistent with how parse errors
and compilation errors are shown.
2024-01-16 12:50:59 +00:00

12 lines
129 B
Go

package eval_test
import (
"src.elv.sh/pkg/testutil"
"src.elv.sh/pkg/tt"
)
var (
It = tt.It
Dedent = testutil.Dedent
)