mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5cbb66fdf2
Add comprehensive test cases to validate behavior when multiple
pattern validators are applied to the same field.
These tests clarify that multiple patterns operate with AND logic,
where each pattern is validated independently and produces its own
error when it doesn't match.
(cherry picked from commit 7fd076bdd3)