Chaining doesn't bail out
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 30
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
If you have:
```go
expect("a").
To.Equal("b").
And.Pass(SomeMatcher{}) // <- Should this not run?
```
I wouldn't expect the `And.Pass(...)` to be invoked.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.