--- /srv/reproducible-results/rbuild-debian/r-b-build.OahrDhGP/b1/rust-microformats_0.14.0-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.OahrDhGP/b2/rust-microformats_0.14.0-1_armhf.changes ├── Files │ @@ -1,2 +1,2 @@ │ │ - 7816d4e4781b44f01ad34483510183b8 36160 rust optional librust-microformats-dev_0.14.0-1_all.deb │ + 330abc4a871828b4b41d1ab7c2bc5b28 36144 rust optional librust-microformats-dev_0.14.0-1_all.deb ├── librust-microformats-dev_0.14.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-10-15 10:21:56.000000 debian-binary │ │ --rw-r--r-- 0 0 0 2008 2024-10-15 10:21:56.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 33960 2024-10-15 10:21:56.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 2000 2024-10-15 10:21:56.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 33952 2024-10-15 10:21:56.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,28 +1,28 @@ │ │ │ │ // Tests for microformats-v2/h-adr │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn lettercase() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-adr/lettercase"); │ │ │ │ +fn geo() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-adr/geo"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn geourl() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-adr/geourl"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ +fn lettercase() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-adr/lettercase"); │ │ │ │ +} │ │ │ │ + │ │ │ │ +#[test] │ │ │ │ fn justaname() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-adr/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn simpleproperties() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-adr/simpleproperties"); │ │ │ │ -} │ │ │ │ - │ │ │ │ -#[test] │ │ │ │ -fn geo() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-adr/geo"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_card.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,78 +1,78 @@ │ │ │ │ // Tests for microformats-v2/h-card │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn baseurl() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/baseurl"); │ │ │ │ -} │ │ │ │ - │ │ │ │ -#[test] │ │ │ │ -fn hyperlinkedphoto() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto"); │ │ │ │ +fn relativeurlsempty() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn impliedurlempty() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedurlempty"); │ │ │ │ +fn childimplied() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/childimplied"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn relativeurls() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/relativeurls"); │ │ │ │ +fn hcard() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/hcard"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn childimplied() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/childimplied"); │ │ │ │ +fn justahyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn impliedname() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-card/impliedname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/justaname"); │ │ │ │ +fn relativeurls() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/relativeurls"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn relativeurlsempty() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); │ │ │ │ +fn hyperlinkedphoto() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn p_property() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-card/p-property"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn extendeddescription() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/extendeddescription"); │ │ │ │ +fn impliedurl() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedurl"); │ │ │ │ +} │ │ │ │ + │ │ │ │ +#[test] │ │ │ │ +fn impliedurlempty() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedurlempty"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn nested() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-card/nested"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn impliedphoto() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); │ │ │ │ +fn baseurl() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/baseurl"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justahyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); │ │ │ │ +fn extendeddescription() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/extendeddescription"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn impliedurl() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedurl"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn hcard() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-card/hcard"); │ │ │ │ +fn impliedphoto() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,38 +1,38 @@ │ │ │ │ // Tests for microformats-v2/h-entry │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn scriptstyletags() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags"); │ │ │ │ +fn justahyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn impliedname() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-entry/impliedname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn u_property() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/u-property"); │ │ │ │ +fn scriptstyletags() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/justaname"); │ │ │ │ +fn impliedvalue_nested() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn impliedvalue_nested() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested"); │ │ │ │ +fn summarycontent() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/summarycontent"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justahyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn summarycontent() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/summarycontent"); │ │ │ │ +fn u_property() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/u-property"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_event.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,43 +1,43 @@ │ │ │ │ // Tests for microformats-v2/h-event │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn combining() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/combining"); │ │ │ │ +fn attendees() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/attendees"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn ampm() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/ampm"); │ │ │ │ +fn justahyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/justahyperlink"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/justaname"); │ │ │ │ +fn time() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/time"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn concatenate() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/concatenate"); │ │ │ │ +fn dt_property() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/dt-property"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn time() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/time"); │ │ │ │ +fn concatenate() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/concatenate"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justahyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/justahyperlink"); │ │ │ │ +fn ampm() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/ampm"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn attendees() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/attendees"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn dt_property() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-event/dt-property"); │ │ │ │ +fn combining() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-event/combining"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_geo.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,33 +1,33 @@ │ │ │ │ // Tests for microformats-v2/h-geo │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn valuetitleclass() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); │ │ │ │ +fn hidden() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/hidden"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/justaname"); │ │ │ │ +fn abbrpattern() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/abbrpattern"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn abbrpattern() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/abbrpattern"); │ │ │ │ +fn altitude() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/altitude"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn hidden() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/hidden"); │ │ │ │ +fn valuetitleclass() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn simpleproperties() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn altitude() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/altitude"); │ │ │ │ +fn simpleproperties() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_product.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,23 +1,23 @@ │ │ │ │ // Tests for microformats-v2/h-product │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-product/justaname"); │ │ │ │ +fn justahyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-product/justahyperlink"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn aggregate() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-product/aggregate"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn simpleproperties() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-product/simpleproperties"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-product/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justahyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-product/justahyperlink"); │ │ │ │ +fn simpleproperties() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-product/simpleproperties"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_resume.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,33 +1,33 @@ │ │ │ │ // Tests for microformats-v2/h-resume │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn contact() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/contact"); │ │ │ │ +fn affiliation() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/affiliation"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/justaname"); │ │ │ │ +fn work() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/work"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn skill() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/skill"); │ │ │ │ +fn education() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/education"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn affiliation() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/affiliation"); │ │ │ │ +fn skill() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/skill"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn education() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/education"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn work() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/work"); │ │ │ │ +fn contact() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/contact"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,33 +1,33 @@ │ │ │ │ // Tests for microformats-v2/h-review │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn photo() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review/photo"); │ │ │ │ +fn vcard() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review/vcard"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn hyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review/hyperlink"); │ │ │ │ +fn implieditem() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review/implieditem"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn justaname() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review/justaname"); │ │ │ │ +fn hyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review/hyperlink"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn vcard() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review/vcard"); │ │ │ │ +fn photo() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review/photo"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn implieditem() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review/implieditem"); │ │ │ │ +fn justaname() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review/justaname"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn item() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-review/item"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review_aggregate.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,18 +1,18 @@ │ │ │ │ // Tests for microformats-v2/h-review-aggregate │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ +fn justahyperlink() { │ │ │ │ + check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink"); │ │ │ │ +} │ │ │ │ + │ │ │ │ +#[test] │ │ │ │ fn hevent() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn simpleproperties() { │ │ │ │ check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties"); │ │ │ │ -} │ │ │ │ - │ │ │ │ -#[test] │ │ │ │ -fn justahyperlink() { │ │ │ │ - check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink"); │ │ │ │ } │ │ │ ├── ./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/rel.rs │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,38 +1,38 @@ │ │ │ │ // Tests for microformats-v2/rel │ │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn xfn_all() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/xfn-all"); │ │ │ │ +fn nofollow() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/nofollow"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn varying_text_duplicate_rels() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); │ │ │ │ +fn rel_urls() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/rel-urls"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ fn xfn_elsewhere() { │ │ │ │ check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn nofollow() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/nofollow"); │ │ │ │ +fn varying_text_duplicate_rels() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn rel_urls() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/rel-urls"); │ │ │ │ +fn xfn_all() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/xfn-all"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn license() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/license"); │ │ │ │ +fn duplicate_rels() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/duplicate-rels"); │ │ │ │ } │ │ │ │ │ │ │ │ #[test] │ │ │ │ -fn duplicate_rels() { │ │ │ │ - check_fixture_for_parser("microformats-v2/rel/duplicate-rels"); │ │ │ │ +fn license() { │ │ │ │ + check_fixture_for_parser("microformats-v2/rel/license"); │ │ │ │ }