mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
10 lines
134 B
Go
10 lines
134 B
Go
package bundled
|
|
|
|
import "testing"
|
|
|
|
func TestGet(t *testing.T) {
|
|
if Get()["epm"] != epmElv {
|
|
t.Error(`Get()["epm"] != epmElv`)
|
|
}
|
|
}
|