mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-21 07:21:35 +01:00
The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal.
587 B
587 B