15.9 KB
/srv/reproducible-results/rbuild-debian/r-b-build.wn5SezBa/b1/rust-microformats_0.14.0-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.wn5SezBa/b2/rust-microformats_0.14.0-1_amd64.changes
222 B
Files
    
Offset 1, 2 lines modifiedOffset 1, 2 lines modified
  
1 ·8b4985a8687da6a084a71ec5f71d71ea·36148·rust·optional·librust-microformats-dev_0.14.0-1_all.deb1 ·ede506dbe4cf4db1ae4e2b78344c65d4·36136·rust·optional·librust-microformats-dev_0.14.0-1_all.deb
15.5 KB
librust-microformats-dev_0.14.0-1_all.deb
452 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·····2008·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····33948·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
14.9 KB
data.tar.xz
14.9 KB
data.tar
1.11 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs
Ordering differences only
    
Offset 1, 28 lines modifiedOffset 1, 28 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·geourl()·{ 
6 ····check_fixture_for_parser("microformats-v2/h-adr/geourl"); 
7 } 
  
8 #[test] 
9 fn·simpleproperties()·{5 fn·simpleproperties()·{
10 ····check_fixture_for_parser("microformats-v2/h-adr/simpleproperties");6 ····check_fixture_for_parser("microformats-v2/h-adr/simpleproperties");
11 }7 }
  
12 #[test]8 #[test]
13 fn·lettercase()·{9 fn·justaname()·{
14 ····check_fixture_for_parser("microformats-v2/h-adr/lettercase");10 ····check_fixture_for_parser("microformats-v2/h-adr/justaname");
15 }11 }
  
16 #[test]12 #[test]
17 fn·geo()·{13 fn·geo()·{
18 ····check_fixture_for_parser("microformats-v2/h-adr/geo");14 ····check_fixture_for_parser("microformats-v2/h-adr/geo");
19 }15 }
  
20 #[test]16 #[test]
21 fn·justaname()·{17 fn·lettercase()·{
 18 ····check_fixture_for_parser("microformats-v2/h-adr/lettercase");
 19 }
  
 20 #[test]
 21 fn·geourl()·{
22 ····check_fixture_for_parser("microformats-v2/h-adr/justaname");22 ····check_fixture_for_parser("microformats-v2/h-adr/geourl");
23 }23 }
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·baseurl()·{5 fn·hcard()·{
6 ····check_fixture_for_parser("microformats-v2/h-card/baseurl");6 ····check_fixture_for_parser("microformats-v2/h-card/hcard");
7 }7 }
  
8 #[test]8 #[test]
9 fn·relativeurls()·{9 fn·hyperlinkedphoto()·{
10 ····check_fixture_for_parser("microformats-v2/h-card/relativeurls");10 ····check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto");
11 }11 }
  
12 #[test]12 #[test]
13 fn·nested()·{13 fn·childimplied()·{
14 ····check_fixture_for_parser("microformats-v2/h-card/nested");14 ····check_fixture_for_parser("microformats-v2/h-card/childimplied");
15 }15 }
  
16 #[test]16 #[test]
17 fn·p_property()·{17 fn·justaname()·{
18 ····check_fixture_for_parser("microformats-v2/h-card/p-property");18 ····check_fixture_for_parser("microformats-v2/h-card/justaname");
19 }19 }
  
20 #[test]20 #[test]
21 fn·impliedname()·{21 fn·impliedurlempty()·{
22 ····check_fixture_for_parser("microformats-v2/h-card/impliedname");22 ····check_fixture_for_parser("microformats-v2/h-card/impliedurlempty");
23 }23 }
  
24 #[test]24 #[test]
25 fn·hyperlinkedphoto()·{25 fn·p_property()·{
26 ····check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto");26 ····check_fixture_for_parser("microformats-v2/h-card/p-property");
27 }27 }
  
28 #[test]28 #[test]
29 fn·justahyperlink()·{29 fn·baseurl()·{
30 ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink");30 ····check_fixture_for_parser("microformats-v2/h-card/baseurl");
31 }31 }
  
32 #[test]32 #[test]
33 fn·hcard()·{33 fn·extendeddescription()·{
34 ····check_fixture_for_parser("microformats-v2/h-card/hcard");34 ····check_fixture_for_parser("microformats-v2/h-card/extendeddescription");
35 }35 }
  
36 #[test]36 #[test]
37 fn·childimplied()·{37 fn·relativeurls()·{
38 ····check_fixture_for_parser("microformats-v2/h-card/childimplied");38 ····check_fixture_for_parser("microformats-v2/h-card/relativeurls");
39 }39 }
  
40 #[test]40 #[test]
41 fn·impliedurlempty()·{41 fn·impliedname()·{
42 ····check_fixture_for_parser("microformats-v2/h-card/impliedurlempty");42 ····check_fixture_for_parser("microformats-v2/h-card/impliedname");
43 }43 }
  
44 #[test]44 #[test]
45 fn·justaname()·{45 fn·impliedphoto()·{
46 ····check_fixture_for_parser("microformats-v2/h-card/justaname");46 ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto");
47 }47 }
  
48 #[test]48 #[test]
49 fn·relativeurlsempty()·{49 fn·nested()·{
50 ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty");50 ····check_fixture_for_parser("microformats-v2/h-card/nested");
51 }51 }
  
52 #[test]52 #[test]
53 fn·impliedurl()·{53 fn·relativeurlsempty()·{
54 ····check_fixture_for_parser("microformats-v2/h-card/impliedurl");54 ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty");
55 }55 }
  
56 #[test]56 #[test]
57 fn·impliedphoto()·{57 fn·justahyperlink()·{
58 ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto");58 ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink");
59 }59 }
  
60 #[test]60 #[test]
61 fn·extendeddescription()·{61 fn·impliedurl()·{
62 ····check_fixture_for_parser("microformats-v2/h-card/extendeddescription");62 ····check_fixture_for_parser("microformats-v2/h-card/impliedurl");
63 }63 }
1.77 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs
Ordering differences only
    
Offset 1, 38 lines modifiedOffset 1, 38 lines modified
1 //·Tests·for·microformats-v2/h-entry1 //·Tests·for·microformats-v2/h-entry
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·impliedvalue_nested()·{5 fn·scriptstyletags()·{
6 ····check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested");6 ····check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags");
7 }7 }
  
8 #[test]8 #[test]
9 fn·impliedname()·{9 fn·u_property()·{
10 ····check_fixture_for_parser("microformats-v2/h-entry/impliedname");10 ····check_fixture_for_parser("microformats-v2/h-entry/u-property");
11 }11 }
  
12 #[test]12 #[test]
13 fn·scriptstyletags()·{13 fn·justaname()·{
14 ····check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags");14 ····check_fixture_for_parser("microformats-v2/h-entry/justaname");
15 }15 }
  
16 #[test]16 #[test]
17 fn·justahyperlink()·{17 fn·impliedname()·{
18 ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink");18 ····check_fixture_for_parser("microformats-v2/h-entry/impliedname");
19 }19 }
  
20 #[test]20 #[test]
21 fn·u_property()·{21 fn·impliedvalue_nested()·{
22 ····check_fixture_for_parser("microformats-v2/h-entry/u-property");22 ····check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested");
23 }23 }
  
24 #[test]24 #[test]
25 fn·justaname()·{25 fn·summarycontent()·{
26 ····check_fixture_for_parser("microformats-v2/h-entry/justaname");26 ····check_fixture_for_parser("microformats-v2/h-entry/summarycontent");
27 }27 }
  
28 #[test]28 #[test]
29 fn·summarycontent()·{29 fn·justahyperlink()·{
30 ····check_fixture_for_parser("microformats-v2/h-entry/summarycontent");30 ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink");
31 }31 }
1.74 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·dt_property()·{9 fn·justaname()·{
10 ····check_fixture_for_parser("microformats-v2/h-event/dt-property");10 ····check_fixture_for_parser("microformats-v2/h-event/justaname");
11 }11 }
  
12 #[test]12 #[test]
13 fn·justahyperlink()·{13 fn·time()·{
14 ····check_fixture_for_parser("microformats-v2/h-event/justahyperlink");14 ····check_fixture_for_parser("microformats-v2/h-event/time");
15 }15 }
  
16 #[test]16 #[test]
17 fn·combining()·{17 fn·dt_property()·{
18 ····check_fixture_for_parser("microformats-v2/h-event/combining");18 ····check_fixture_for_parser("microformats-v2/h-event/dt-property");
19 }19 }
  
20 #[test]20 #[test]
21 fn·attendees()·{21 fn·ampm()·{
22 ····check_fixture_for_parser("microformats-v2/h-event/attendees");22 ····check_fixture_for_parser("microformats-v2/h-event/ampm");
23 }23 }
  
24 #[test]24 #[test]
25 fn·time()·{25 fn·combining()·{
26 ····check_fixture_for_parser("microformats-v2/h-event/time");26 ····check_fixture_for_parser("microformats-v2/h-event/combining");
27 }27 }
  
28 #[test]28 #[test]
29 fn·concatenate()·{29 fn·concatenate()·{
30 ····check_fixture_for_parser("microformats-v2/h-event/concatenate");30 ····check_fixture_for_parser("microformats-v2/h-event/concatenate");
31 }31 }
  
32 #[test]32 #[test]
33 fn·justaname()·{33 fn·justahyperlink()·{
34 ····check_fixture_for_parser("microformats-v2/h-event/justaname");34 ····check_fixture_for_parser("microformats-v2/h-event/justahyperlink");
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]
5 fn·altitude()·{9 fn·altitude()·{
6 ····check_fixture_for_parser("microformats-v2/h-geo/altitude");10 ····check_fixture_for_parser("microformats-v2/h-geo/altitude");
7 }11 }
  
8 #[test]12 #[test]
9 fn·valuetitleclass()·{13 fn·valuetitleclass()·{
10 ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass");14 ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass");
11 }15 }
  
12 #[test]16 #[test]
 17 fn·justaname()·{
13 fn·simpleproperties()·{ 
14 ····check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); 
15 } 
  
16 #[test] 
17 fn·hidden()·{ 
18 ····check_fixture_for_parser("microformats-v2/h-geo/hidden");18 ····check_fixture_for_parser("microformats-v2/h-geo/justaname");
19 }19 }
  
20 #[test]20 #[test]
21 fn·abbrpattern()·{21 fn·abbrpattern()·{
22 ····check_fixture_for_parser("microformats-v2/h-geo/abbrpattern");22 ····check_fixture_for_parser("microformats-v2/h-geo/abbrpattern");
23 }23 }
  
24 #[test]24 #[test]
25 fn·justaname()·{25 fn·hidden()·{
26 ····check_fixture_for_parser("microformats-v2/h-geo/justaname");26 ····check_fixture_for_parser("microformats-v2/h-geo/hidden");
27 }27 }
799 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·justahyperlink()·{ 
10 ····check_fixture_for_parser("microformats-v2/h-product/justahyperlink"); 
11 } 
  
12 #[test] 
13 fn·justaname()·{9 fn·justaname()·{
14 ····check_fixture_for_parser("microformats-v2/h-product/justaname");10 ····check_fixture_for_parser("microformats-v2/h-product/justaname");
15 }11 }
  
16 #[test]12 #[test]
17 fn·aggregate()·{13 fn·aggregate()·{
18 ····check_fixture_for_parser("microformats-v2/h-product/aggregate");14 ····check_fixture_for_parser("microformats-v2/h-product/aggregate");
 15 }
  
 16 #[test]
 17 fn·justahyperlink()·{
 18 ····check_fixture_for_parser("microformats-v2/h-product/justahyperlink");
19 }19 }
1.22 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·skill()·{
5 fn·contact()·{ 
6 ····check_fixture_for_parser("microformats-v2/h-resume/contact"); 
7 } 
  
8 #[test] 
9 fn·affiliation()·{ 
10 ····check_fixture_for_parser("microformats-v2/h-resume/affiliation");6 ····check_fixture_for_parser("microformats-v2/h-resume/skill");
11 }7 }
  
12 #[test]8 #[test]
13 fn·education()·{9 fn·education()·{
14 ····check_fixture_for_parser("microformats-v2/h-resume/education");10 ····check_fixture_for_parser("microformats-v2/h-resume/education");
15 }11 }
  
16 #[test]12 #[test]
17 fn·skill()·{13 fn·contact()·{
18 ····check_fixture_for_parser("microformats-v2/h-resume/skill");14 ····check_fixture_for_parser("microformats-v2/h-resume/contact");
19 }15 }
  
20 #[test]16 #[test]
21 fn·justaname()·{17 fn·justaname()·{
22 ····check_fixture_for_parser("microformats-v2/h-resume/justaname");18 ····check_fixture_for_parser("microformats-v2/h-resume/justaname");
23 }19 }
  
24 #[test]20 #[test]
25 fn·work()·{21 fn·work()·{
26 ····check_fixture_for_parser("microformats-v2/h-resume/work");22 ····check_fixture_for_parser("microformats-v2/h-resume/work");
 23 }
  
 24 #[test]
 25 fn·affiliation()·{
 26 ····check_fixture_for_parser("microformats-v2/h-resume/affiliation");
27 }27 }
1.15 KB
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review.rs
Ordering differences only
    
Offset 4, 30 lines modifiedOffset 4, 30 lines modified
  
4 #[test]4 #[test]
5 fn·item()·{5 fn·item()·{
6 ····check_fixture_for_parser("microformats-v2/h-review/item");6 ····check_fixture_for_parser("microformats-v2/h-review/item");
7 }7 }
  
8 #[test]8 #[test]
9 fn·photo()·{9 fn·justaname()·{
10 ····check_fixture_for_parser("microformats-v2/h-review/photo");10 ····check_fixture_for_parser("microformats-v2/h-review/justaname");
11 }11 }
  
12 #[test]12 #[test]
13 fn·justaname()·{13 fn·vcard()·{
14 ····check_fixture_for_parser("microformats-v2/h-review/justaname");14 ····check_fixture_for_parser("microformats-v2/h-review/vcard");
15 }15 }
  
16 #[test]16 #[test]
17 fn·hyperlink()·{17 fn·hyperlink()·{
18 ····check_fixture_for_parser("microformats-v2/h-review/hyperlink");18 ····check_fixture_for_parser("microformats-v2/h-review/hyperlink");
19 }19 }
  
20 #[test]20 #[test]
21 fn·implieditem()·{21 fn·photo()·{
22 ····check_fixture_for_parser("microformats-v2/h-review/implieditem");22 ····check_fixture_for_parser("microformats-v2/h-review/photo");
23 }23 }
  
24 #[test]24 #[test]
25 fn·vcard()·{25 fn·implieditem()·{
26 ····check_fixture_for_parser("microformats-v2/h-review/vcard");26 ····check_fixture_for_parser("microformats-v2/h-review/implieditem");
27 }27 }
976 B
./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review_aggregate.rs
Ordering differences only
    
Offset 1, 18 lines modifiedOffset 1, 18 lines modified
1 //·Tests·for·microformats-v2/h-review-aggregate1 //·Tests·for·microformats-v2/h-review-aggregate
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·hevent()·{5 fn·simpleproperties()·{
6 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent");6 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties");
7 }7 }
  
8 #[test]8 #[test]
9 fn·simpleproperties()·{9 fn·hevent()·{
10 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties");10 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent");
11 }11 }
  
12 #[test]12 #[test]
13 fn·justahyperlink()·{13 fn·justahyperlink()·{
14 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink");14 ····check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink");
15 }15 }
1.67 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·license()·{5 fn·xfn_all()·{
6 ····check_fixture_for_parser("microformats-v2/rel/license");6 ····check_fixture_for_parser("microformats-v2/rel/xfn-all");
7 }7 }
  
8 #[test]8 #[test]
9 fn·duplicate_rels()·{9 fn·xfn_elsewhere()·{
10 ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels");10 ····check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere");
11 }11 }
  
12 #[test]12 #[test]
13 fn·rel_urls()·{13 fn·license()·{
14 ····check_fixture_for_parser("microformats-v2/rel/rel-urls");14 ····check_fixture_for_parser("microformats-v2/rel/license");
15 }15 }
  
16 #[test]16 #[test]
17 fn·xfn_all()·{17 fn·nofollow()·{
18 ····check_fixture_for_parser("microformats-v2/rel/xfn-all");18 ····check_fixture_for_parser("microformats-v2/rel/nofollow");
19 }19 }
  
20 #[test]20 #[test]
21 fn·xfn_elsewhere()·{21 fn·varying_text_duplicate_rels()·{
22 ····check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere");22 ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels");
23 }23 }
  
24 #[test]24 #[test]
25 fn·varying_text_duplicate_rels()·{25 fn·duplicate_rels()·{
26 ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels");26 ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels");
27 }27 }
  
28 #[test]28 #[test]
29 fn·nofollow()·{29 fn·rel_urls()·{
30 ····check_fixture_for_parser("microformats-v2/rel/nofollow");30 ····check_fixture_for_parser("microformats-v2/rel/rel-urls");
31 }31 }