This PR adds a small test case to verify that slugify correctly
returns an empty string when the input contains only whitespace.
Handling whitespace-only input is an edge case that helps ensure
consistent and predictable behavior. This test improves coverage
without modifying existing functionality.
No breaking changes introduced. I would like to work on it if possible