github.com/zaolin/u-root@v0.0.0-20200428085104-64aaafd46c6d/cmds/core/elvish/edit/prompt/prompt_test.go (about)

     1  package prompt
     2  
     3  import "testing"
     4  
     5  func TestPrompt(t *testing.T) {
     6  	// TODO(xiaq): Add tests.
     7  }