File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ use kuchiki::{
3232pub mod error;
3333mod parser;
3434
35- use indexmap:: IndexMap ;
3635pub use error:: InlineError ;
36+ use indexmap:: IndexMap ;
3737use smallvec:: { smallvec, SmallVec } ;
3838use std:: {
3939 borrow:: Cow ,
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ fn maintain_rules_order() {
3131}"# ,
3232 body = r#"<a class="test-class" href="https://example.com">Test</a>"# ,
3333 // Then the final style should come from the more specific selector
34- expected =
35- r#"<a class="test-class" href="https://example.com" style="padding-top: 15px;padding: 10px;padding-left: 12px;">Test</a>"#
34+ expected = r#"<a class="test-class" href="https://example.com" style="padding-top: 15px;padding: 10px;padding-left: 12px;">Test</a>"#
3635 )
3736}
3837
You can’t perform that action at this time.
0 commit comments