servo/tests/unit/util
Corey Farwell 3cfd4d14e2 Unit test for util::str::split_html_space_chars
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.
2015-07-04 18:57:42 -07:00
..
cache.rs Use the correct license header. 2015-04-08 01:07:58 +02:00
Cargo.toml Use euclid from crates.io 2015-06-19 00:04:24 +02:00
lib.rs Unit test for util::str::split_html_space_chars 2015-07-04 18:57:42 -07:00
logical_geometry.rs Use euclid from crates.io 2015-06-19 00:04:24 +02:00
mem.rs Improve unit testing of util::mem. 2015-06-11 15:23:27 -07:00
str.rs Unit test for util::str::split_html_space_chars 2015-07-04 18:57:42 -07:00
task.rs Use the correct license header. 2015-04-08 01:07:58 +02:00
vec.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00