github.com/elves/Elvish@v0.12.0/eval/exception_test.go (about)

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