github.com/andrewsun2898/u-root@v6.0.1-0.20200616011413-4b2895c1b815+incompatible/cmds/core/elvish/eval/exception_test.go (about)

     1  package eval
     2  
     3  import "testing"
     4  
     5  func TestException(t *testing.T) {
     6  	runTests(t, []Test{
     7  		That("kind-of ?(fail foo)").Puts("exception"),
     8  	})
     9  }