16.1 KB
/srv/reproducible-results/rbuild-debian/r-b-build.hXRSKCjC/b1/rust-microformats_0.14.0-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.hXRSKCjC/b2/rust-microformats_0.14.0-1_amd64.changes
222 B
Files
    
Offset 1, 2 lines modifiedOffset 1, 2 lines modified
  
1 ·26f2ac7769dd96a9bbb7b18ac69e9faa·36148·rust·optional·librust-microformats-dev_0.14.0-1_all.deb1 ·71499c42dc5b11139448ef0f402d596a·36136·rust·optional·librust-microformats-dev_0.14.0-1_all.deb
15.6 KB
librust-microformats-dev_0.14.0-1_all.deb
370 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-10-15·10:21:56.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-10-15·10:21:56.000000·debian-binary
2 -rw-r--r--···0········0········0·····2016·2024-10-15·10:21:56.000000·control.tar.xz2 -rw-r--r--···0········0········0·····2004·2024-10-15·10:21:56.000000·control.tar.xz
3 -rw-r--r--···0········0········0····33940·2024-10-15·10:21:56.000000·data.tar.xz3 -rw-r--r--···0········0········0····33940·2024-10-15·10:21:56.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
15.1 KB
data.tar.xz
15.1 KB
data.tar
874 B
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs
Ordering differences only
    
Offset 1, 19 lines modifiedOffset 1, 19 lines modified
1 //·Tests·for·microformats-v2/h-adr1 //·Tests·for·microformats-v2/h-adr
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·simpleproperties()·{5 fn·lettercase()·{
6 ····check_fixture_for_parser("microformats-v2/h-adr/simpleproperties");6 ····check_fixture_for_parser("microformats-v2/h-adr/lettercase");
7 }7 }
  
8 #[test]8 #[test]
9 fn·lettercase()·{9 fn·simpleproperties()·{
10 ····check_fixture_for_parser("microformats-v2/h-adr/lettercase");10 ····check_fixture_for_parser("microformats-v2/h-adr/simpleproperties");
11 }11 }
  
12 #[test]12 #[test]
13 fn·geourl()·{13 fn·geourl()·{
14 ····check_fixture_for_parser("microformats-v2/h-adr/geourl");14 ····check_fixture_for_parser("microformats-v2/h-adr/geourl");
15 }15 }
  
3.23 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_card.rs
Ordering differences only
    
Offset 1, 78 lines modifiedOffset 1, 78 lines modified
1 //·Tests·for·microformats-v2/h-card1 //·Tests·for·microformats-v2/h-card
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·impliedurlempty()·{5 fn·childimplied()·{
6 ····check_fixture_for_parser("microformats-v2/h-card/impliedurlempty");6 ····check_fixture_for_parser("microformats-v2/h-card/childimplied");
7 }7 }
  
8 #[test]8 #[test]
9 fn·relativeurlsempty()·{9 fn·impliedurl()·{
10 ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty");10 ····check_fixture_for_parser("microformats-v2/h-card/impliedurl");
11 }11 }
  
12 #[test]12 #[test]
13 fn·p_property()·{13 fn·extendeddescription()·{
14 ····check_fixture_for_parser("microformats-v2/h-card/p-property");14 ····check_fixture_for_parser("microformats-v2/h-card/extendeddescription");
15 }15 }
  
16 #[test]16 #[test]
17 fn·hyperlinkedphoto()·{17 fn·justahyperlink()·{
18 ····check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto");18 ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink");
19 }19 }
  
20 #[test]20 #[test]
21 fn·impliedurl()·{21 fn·baseurl()·{
22 ····check_fixture_for_parser("microformats-v2/h-card/impliedurl");22 ····check_fixture_for_parser("microformats-v2/h-card/baseurl");
23 }23 }
  
24 #[test]24 #[test]
25 fn·hcard()·{25 fn·justaname()·{
26 ····check_fixture_for_parser("microformats-v2/h-card/hcard");26 ····check_fixture_for_parser("microformats-v2/h-card/justaname");
27 }27 }
  
28 #[test]28 #[test]
29 fn·nested()·{29 fn·hcard()·{
30 ····check_fixture_for_parser("microformats-v2/h-card/nested");30 ····check_fixture_for_parser("microformats-v2/h-card/hcard");
31 }31 }
  
32 #[test]32 #[test]
33 fn·baseurl()·{33 fn·impliedname()·{
34 ····check_fixture_for_parser("microformats-v2/h-card/baseurl");34 ····check_fixture_for_parser("microformats-v2/h-card/impliedname");
35 }35 }
  
36 #[test]36 #[test]
37 fn·justaname()·{37 fn·hyperlinkedphoto()·{
38 ····check_fixture_for_parser("microformats-v2/h-card/justaname");38 ····check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto");
39 }39 }
  
40 #[test]40 #[test]
41 fn·extendeddescription()·{41 fn·p_property()·{
42 ····check_fixture_for_parser("microformats-v2/h-card/extendeddescription");42 ····check_fixture_for_parser("microformats-v2/h-card/p-property");
43 }43 }
  
44 #[test]44 #[test]
45 fn·impliedphoto()·{45 fn·relativeurls()·{
46 ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto");46 ····check_fixture_for_parser("microformats-v2/h-card/relativeurls");
47 }47 }
  
48 #[test]48 #[test]
49 fn·childimplied()·{49 fn·nested()·{
50 ····check_fixture_for_parser("microformats-v2/h-card/childimplied");50 ····check_fixture_for_parser("microformats-v2/h-card/nested");
51 }51 }
  
52 #[test]52 #[test]
53 fn·justahyperlink()·{53 fn·relativeurlsempty()·{
54 ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink");54 ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty");
55 }55 }
  
56 #[test]56 #[test]
57 fn·relativeurls()·{57 fn·impliedurlempty()·{
58 ····check_fixture_for_parser("microformats-v2/h-card/relativeurls");58 ····check_fixture_for_parser("microformats-v2/h-card/impliedurlempty");
59 }59 }
  
60 #[test]60 #[test]
61 fn·impliedname()·{61 fn·impliedphoto()·{
62 ····check_fixture_for_parser("microformats-v2/h-card/impliedname");62 ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto");
63 }63 }
1.38 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs
Ordering differences only
    
Offset 4, 35 lines modifiedOffset 4, 35 lines modified
  
4 #[test]4 #[test]
5 fn·u_property()·{5 fn·u_property()·{
6 ····check_fixture_for_parser("microformats-v2/h-entry/u-property");6 ····check_fixture_for_parser("microformats-v2/h-entry/u-property");
7 }7 }
  
8 #[test]8 #[test]
 9 fn·impliedvalue_nested()·{
 10 ····check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested");
 11 }
  
 12 #[test]
9 fn·summarycontent()·{13 fn·summarycontent()·{
10 ····check_fixture_for_parser("microformats-v2/h-entry/summarycontent");14 ····check_fixture_for_parser("microformats-v2/h-entry/summarycontent");
11 }15 }
  
12 #[test]16 #[test]
13 fn·scriptstyletags()·{17 fn·justahyperlink()·{
14 ····check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags");18 ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink");
15 }19 }
  
16 #[test]20 #[test]
17 fn·justaname()·{21 fn·justaname()·{
18 ····check_fixture_for_parser("microformats-v2/h-entry/justaname");22 ····check_fixture_for_parser("microformats-v2/h-entry/justaname");
19 }23 }
  
20 #[test]24 #[test]
21 fn·impliedvalue_nested()·{25 fn·impliedname()·{
22 ····check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested");26 ····check_fixture_for_parser("microformats-v2/h-entry/impliedname");
23 } 
  
24 #[test] 
25 fn·justahyperlink()·{ 
26 ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); 
27 }27 }
  
28 #[test]28 #[test]
29 fn·impliedname()·{29 fn·scriptstyletags()·{
30 ····check_fixture_for_parser("microformats-v2/h-entry/impliedname");30 ····check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags");
31 }31 }
1.76 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_event.rs
Ordering differences only
    
Offset 1, 43 lines modifiedOffset 1, 43 lines modified
1 //·Tests·for·microformats-v2/h-event1 //·Tests·for·microformats-v2/h-event
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·ampm()·{5 fn·attendees()·{
6 ····check_fixture_for_parser("microformats-v2/h-event/ampm");6 ····check_fixture_for_parser("microformats-v2/h-event/attendees");
7 }7 }
  
8 #[test]8 #[test]
9 fn·concatenate()·{9 fn·dt_property()·{
10 ····check_fixture_for_parser("microformats-v2/h-event/concatenate");10 ····check_fixture_for_parser("microformats-v2/h-event/dt-property");
11 }11 }
  
12 #[test]12 #[test]
13 fn·time()·{13 fn·time()·{
14 ····check_fixture_for_parser("microformats-v2/h-event/time");14 ····check_fixture_for_parser("microformats-v2/h-event/time");
15 }15 }
  
16 #[test]16 #[test]
17 fn·combining()·{17 fn·ampm()·{
18 ····check_fixture_for_parser("microformats-v2/h-event/combining");18 ····check_fixture_for_parser("microformats-v2/h-event/ampm");
19 }19 }
  
20 #[test]20 #[test]
21 fn·justaname()·{21 fn·justahyperlink()·{
22 ····check_fixture_for_parser("microformats-v2/h-event/justaname");22 ····check_fixture_for_parser("microformats-v2/h-event/justahyperlink");
23 }23 }
  
24 #[test]24 #[test]
25 fn·attendees()·{25 fn·justaname()·{
26 ····check_fixture_for_parser("microformats-v2/h-event/attendees");26 ····check_fixture_for_parser("microformats-v2/h-event/justaname");
27 }27 }
  
28 #[test]28 #[test]
29 fn·justahyperlink()·{29 fn·concatenate()·{
30 ····check_fixture_for_parser("microformats-v2/h-event/justahyperlink");30 ····check_fixture_for_parser("microformats-v2/h-event/concatenate");
31 }31 }
  
32 #[test]32 #[test]
33 fn·dt_property()·{33 fn·combining()·{
34 ····check_fixture_for_parser("microformats-v2/h-event/dt-property");34 ····check_fixture_for_parser("microformats-v2/h-event/combining");
35 }35 }
1.24 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_geo.rs
Ordering differences only
    
Offset 1, 33 lines modifiedOffset 1, 33 lines modified
1 //·Tests·for·microformats-v2/h-geo1 //·Tests·for·microformats-v2/h-geo
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·simpleproperties()·{ 
6 ····check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); 
7 } 
  
8 #[test] 
9 fn·altitude()·{5 fn·altitude()·{
10 ····check_fixture_for_parser("microformats-v2/h-geo/altitude");6 ····check_fixture_for_parser("microformats-v2/h-geo/altitude");
11 }7 }
  
12 #[test]8 #[test]
13 fn·justaname()·{9 fn·simpleproperties()·{
14 ····check_fixture_for_parser("microformats-v2/h-geo/justaname");10 ····check_fixture_for_parser("microformats-v2/h-geo/simpleproperties");
15 }11 }
  
16 #[test]12 #[test]
17 fn·abbrpattern()·{13 fn·abbrpattern()·{
18 ····check_fixture_for_parser("microformats-v2/h-geo/abbrpattern");14 ····check_fixture_for_parser("microformats-v2/h-geo/abbrpattern");
19 }15 }
  
20 #[test]16 #[test]
21 fn·hidden()·{17 fn·justaname()·{
22 ····check_fixture_for_parser("microformats-v2/h-geo/hidden");18 ····check_fixture_for_parser("microformats-v2/h-geo/justaname");
23 }19 }
  
24 #[test]20 #[test]
25 fn·valuetitleclass()·{21 fn·valuetitleclass()·{
26 ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass");22 ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass");
 23 }
  
 24 #[test]
 25 fn·hidden()·{
 26 ····check_fixture_for_parser("microformats-v2/h-geo/hidden");
27 }27 }
873 B
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_product.rs
Ordering differences only
    
Offset 4, 20 lines modifiedOffset 4, 20 lines modified
  
4 #[test]4 #[test]
5 fn·simpleproperties()·{5 fn·simpleproperties()·{
6 ····check_fixture_for_parser("microformats-v2/h-product/simpleproperties");6 ····check_fixture_for_parser("microformats-v2/h-product/simpleproperties");
7 }7 }
  
8 #[test]8 #[test]
9 fn·aggregate()·{9 fn·justahyperlink()·{
10 ····check_fixture_for_parser("microformats-v2/h-product/aggregate");10 ····check_fixture_for_parser("microformats-v2/h-product/justahyperlink");
11 }11 }
  
12 #[test]12 #[test]
13 fn·justaname()·{13 fn·justaname()·{
14 ····check_fixture_for_parser("microformats-v2/h-product/justaname");14 ····check_fixture_for_parser("microformats-v2/h-product/justaname");
15 }15 }
  
16 #[test]16 #[test]
17 fn·justahyperlink()·{17 fn·aggregate()·{
18 ····check_fixture_for_parser("microformats-v2/h-product/justahyperlink");18 ····check_fixture_for_parser("microformats-v2/h-product/aggregate");
19 }19 }
737 B
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_recipe.rs
Ordering differences only
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 //·Tests·for·microformats-v2/h-recipe1 //·Tests·for·microformats-v2/h-recipe
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·all()·{5 fn·minimum()·{
6 ····check_fixture_for_parser("microformats-v2/h-recipe/all");6 ····check_fixture_for_parser("microformats-v2/h-recipe/minimum");
7 }7 }
  
8 #[test]8 #[test]
9 fn·minimum()·{9 fn·all()·{
10 ····check_fixture_for_parser("microformats-v2/h-recipe/minimum");10 ····check_fixture_for_parser("microformats-v2/h-recipe/all");
11 }11 }
1.37 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_resume.rs
Ordering differences only
    
Offset 1, 33 lines modifiedOffset 1, 33 lines modified
1 //·Tests·for·microformats-v2/h-resume1 //·Tests·for·microformats-v2/h-resume
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·contact()·{5 fn·skill()·{
6 ····check_fixture_for_parser("microformats-v2/h-resume/contact");6 ····check_fixture_for_parser("microformats-v2/h-resume/skill");
7 }7 }
  
8 #[test]8 #[test]
9 fn·skill()·{9 fn·work()·{
10 ····check_fixture_for_parser("microformats-v2/h-resume/skill");10 ····check_fixture_for_parser("microformats-v2/h-resume/work");
11 }11 }
  
12 #[test]12 #[test]
13 fn·education()·{13 fn·affiliation()·{
14 ····check_fixture_for_parser("microformats-v2/h-resume/education");14 ····check_fixture_for_parser("microformats-v2/h-resume/affiliation");
15 }15 }
  
16 #[test]16 #[test]
17 fn·justaname()·{17 fn·justaname()·{
18 ····check_fixture_for_parser("microformats-v2/h-resume/justaname");18 ····check_fixture_for_parser("microformats-v2/h-resume/justaname");
19 }19 }
  
20 #[test]20 #[test]
21 fn·work()·{21 fn·contact()·{
22 ····check_fixture_for_parser("microformats-v2/h-resume/work");22 ····check_fixture_for_parser("microformats-v2/h-resume/contact");
23 }23 }
  
24 #[test]24 #[test]
25 fn·affiliation()·{25 fn·education()·{
26 ····check_fixture_for_parser("microformats-v2/h-resume/affiliation");26 ····check_fixture_for_parser("microformats-v2/h-resume/education");
27 }27 }
1.36 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review.rs
Ordering differences only
    
Offset 1, 33 lines modifiedOffset 1, 33 lines modified
1 //·Tests·for·microformats-v2/h-review1 //·Tests·for·microformats-v2/h-review
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·vcard()·{5 fn·hyperlink()·{
6 ····check_fixture_for_parser("microformats-v2/h-review/vcard");6 ····check_fixture_for_parser("microformats-v2/h-review/hyperlink");
7 }7 }
  
8 #[test]8 #[test]
9 fn·implieditem()·{9 fn·vcard()·{
10 ····check_fixture_for_parser("microformats-v2/h-review/implieditem");10 ····check_fixture_for_parser("microformats-v2/h-review/vcard");
11 }11 }
  
12 #[test]12 #[test]
13 fn·justaname()·{13 fn·justaname()·{
14 ····check_fixture_for_parser("microformats-v2/h-review/justaname");14 ····check_fixture_for_parser("microformats-v2/h-review/justaname");
15 }15 }
  
16 #[test]16 #[test]
17 fn·item()·{17 fn·photo()·{
18 ····check_fixture_for_parser("microformats-v2/h-review/item");18 ····check_fixture_for_parser("microformats-v2/h-review/photo");
19 }19 }
  
20 #[test]20 #[test]
21 fn·photo()·{21 fn·implieditem()·{
22 ····check_fixture_for_parser("microformats-v2/h-review/photo");22 ····check_fixture_for_parser("microformats-v2/h-review/implieditem");
23 }23 }
  
24 #[test]24 #[test]
25 fn·hyperlink()·{25 fn·item()·{
26 ····check_fixture_for_parser("microformats-v2/h-review/hyperlink");26 ····check_fixture_for_parser("microformats-v2/h-review/item");
27 }27 }
822 B
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review_aggregate.rs
Ordering differences only
    
Offset 4, 15 lines modifiedOffset 4, 15 lines modified
  
4 #[test]4 #[test]
5 fn·simpleproperties()·{5 fn·simpleproperties()·{
6 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties");6 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties");
7 }7 }
  
8 #[test]8 #[test]
9 fn·justahyperlink()·{9 fn·hevent()·{
10 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink");10 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent");
11 }11 }
  
12 #[test]12 #[test]
13 fn·hevent()·{13 fn·justahyperlink()·{
14 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent");14 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink");
15 }15 }
1.52 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/rel.rs
Ordering differences only
    
Offset 1, 38 lines modifiedOffset 1, 38 lines modified
1 //·Tests·for·microformats-v2/rel1 //·Tests·for·microformats-v2/rel
2 #![allow(non_snake_case,·unused_imports)]2 #![allow(non_snake_case,·unused_imports)]
3 use·crate::parse::test::suite::check_fixture_for_parser;3 use·crate::parse::test::suite::check_fixture_for_parser;
  
4 #[test]4 #[test]
5 fn·nofollow()·{ 
6 ····check_fixture_for_parser("microformats-v2/rel/nofollow"); 
7 } 
  
8 #[test] 
9 fn·xfn_all()·{5 fn·xfn_all()·{
10 ····check_fixture_for_parser("microformats-v2/rel/xfn-all");6 ····check_fixture_for_parser("microformats-v2/rel/xfn-all");
11 }7 }
  
12 #[test]8 #[test]
13 fn·rel_urls()·{9 fn·varying_text_duplicate_rels()·{
14 ····check_fixture_for_parser("microformats-v2/rel/rel-urls");10 ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels");
15 }11 }
  
16 #[test]12 #[test]
17 fn·license()·{13 fn·duplicate_rels()·{
18 ····check_fixture_for_parser("microformats-v2/rel/license");14 ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels");
19 }15 }
  
20 #[test]16 #[test]
21 fn·xfn_elsewhere()·{17 fn·xfn_elsewhere()·{
22 ····check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere");18 ····check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere");
23 }19 }
  
24 #[test]20 #[test]
25 fn·varying_text_duplicate_rels()·{21 fn·nofollow()·{
26 ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels");22 ····check_fixture_for_parser("microformats-v2/rel/nofollow");
27 }23 }
  
28 #[test]24 #[test]
29 fn·duplicate_rels()·{25 fn·rel_urls()·{
 26 ····check_fixture_for_parser("microformats-v2/rel/rel-urls");
 27 }
  
 28 #[test]
 29 fn·license()·{
30 ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels");30 ····check_fixture_for_parser("microformats-v2/rel/license");
31 }31 }