mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
I was concerned for a little bit that passing just whitespace to the split_html_space_chars function would result in len > 0, so I wrote this small unit test to make sure it does the right thing. Even though it does do the right thing, I think there's still value in committing the unit test.