| 1 |
# Regressions |
| 2 |
|
| 3 |
One file per input that once found a bug. `tests/regressions.rs` replays every |
| 4 |
file here on every `cargo test`, so a fix that comes undone fails immediately |
| 5 |
and locally. |
| 6 |
|
| 7 |
Nothing here is ever deleted. Name a file for the bug it found, not for its |
| 8 |
contents. |
| 9 |
|
| 10 |
Empty is the good state. |
| 11 |
|