|
|
@ -43,4 +43,4 @@ fn ne() {
|
|
|
|
let a = SVGMeasure::new(1.0, SVGUnit::Pixel);
|
|
|
|
let a = SVGMeasure::new(1.0, SVGUnit::Pixel);
|
|
|
|
let b = SVGMeasure::new(10.0, SVGUnit::Pixel);
|
|
|
|
let b = SVGMeasure::new(10.0, SVGUnit::Pixel);
|
|
|
|
assert_ne!(a, b);
|
|
|
|
assert_ne!(a, b);
|
|
|
|
}
|
|
|
|
}
|
|
|
|