edge case
RU: граничный случай
An input or state that lies at the extreme boundary of valid input space — empty collections, zero, maximum value, or a single element — where algorithms and validations most often fail. Testing edge cases is required for correctness.