jquery / sizzle

A sizzlin' hot selector engine.
https://sizzlejs.com
Other
6.29k stars 951 forks source link

Tests: Run `Sizzle.uniqueSort` on a copy of an input #488

Closed mgol closed 2 years ago

mgol commented 2 years ago

Avoid modifying input in the first Sizze.uniqueSort test by ensuring a copy of the test input is provided.

mgol commented 2 years ago

@timmywil this is ready for review now.