mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -7,7 +7,11 @@ use style::str::{split_html_space_chars, str_join, starts_with_ignore_ascii_case
|
|||
#[test]
|
||||
pub fn split_html_space_chars_whitespace() {
|
||||
assert!(split_html_space_chars("").collect::<Vec<_>>().is_empty());
|
||||
assert!(split_html_space_chars("\u{0020}\u{0009}\u{000a}\u{000c}\u{000d}").collect::<Vec<_>>().is_empty());
|
||||
assert!(
|
||||
split_html_space_chars("\u{0020}\u{0009}\u{000a}\u{000c}\u{000d}")
|
||||
.collect::<Vec<_>>()
|
||||
.is_empty()
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue