mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 02:37:50 +08:00
fef5049716
*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.
12 lines
129 B
Go
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
|
|
)
|