mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
12 lines
166 B
Go
12 lines
166 B
Go
package eval_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/elves/elvish/pkg/eval/evaltest"
|
|
)
|
|
|
|
func TestBuiltinFnCmd(t *testing.T) {
|
|
Test(t /* TODO: Add test cases */)
|
|
}
|