Chaining doesn't bail out
Aperta
- Lingua principale
- Go
- Stelle
- 30
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.