| 1 |
# Regressions |
| 2 |
|
| 3 |
One file per input that once found a bug. `tests/regressions.rs` replays every |
| 4 |
file here through both oracles on every `cargo test`, so a fix that comes undone |
| 5 |
fails immediately 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 |
|