TheAlgorithms / Lua

Algorithms and Data Structures implemented in the Lua programming language
MIT License
292 stars 56 forks source link

tests: add missing case for `vector:normalize()` #23

Closed vil02 closed 9 months ago

vil02 commented 9 months ago

This PR adds a test case covering this line https://github.com/TheAlgorithms/Lua/blob/b48e10558c491324bce1652fca0e960a5d4c1fda/src/math/vector.lua#L124