gitlab.com/apertussolutions/u-root@v7.0.0+incompatible/cmds/core/elvish/eval/bundled/bundled_test.go (about)

     1  package bundled
     2  
     3  import "testing"
     4  
     5  func TestGet(t *testing.T) {
     6  	if Get()["epm"] != epmElv {
     7  		t.Error(`Get()["epm"] != epmElv`)
     8  	}
     9  }