Offset 1, 2 lines modified | Offset 1, 2 lines modified | ||
1 | · | 1 | ·9011147f0e4929c98d42b9780aee152f·51704·rust·optional·librust-microformats-dev_0.15.0-1_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-04-07·16:18:03.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-04-07·16:18:03.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····2312·2025-04-07·16:18:03.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····2312·2025-04-07·16:18:03.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0····49 | 3 | -rw-r--r--···0········0········0····49200·2025-04-07·16:18:03.000000·data.tar.xz |
Offset 4, 25 lines modified | Offset 4, 25 lines modified | ||
4 | #[test] | 4 | #[test] |
5 | fn·geourl()·{ | 5 | fn·geourl()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-adr/geourl"); | 6 | ····check_fixture_for_parser("microformats-v2/h-adr/geourl"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·simpleproperties()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-adr/ | 10 | ····check_fixture_for_parser("microformats-v2/h-adr/simpleproperties"); |
11 | } | 11 | } |
12 | #[test] | 12 | #[test] |
13 | fn· | 13 | fn·lettercase()·{ |
14 | ····check_fixture_for_parser("microformats-v2/h-adr/ | 14 | ····check_fixture_for_parser("microformats-v2/h-adr/lettercase"); |
15 | } | 15 | } |
16 | #[test] | 16 | #[test] |
17 | fn· | 17 | fn·geo()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-adr/ | 18 | ····check_fixture_for_parser("microformats-v2/h-adr/geo"); |
19 | } | 19 | } |
20 | #[test] | 20 | #[test] |
21 | fn· | 21 | fn·justaname()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-adr/ | 22 | ····check_fixture_for_parser("microformats-v2/h-adr/justaname"); |
23 | } | 23 | } |
Offset 1, 78 lines modified | Offset 1, 78 lines modified | ||
1 | //·Tests·for·microformats-v2/h-card | 1 | //·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()·{ | ||
6 | ····check_fixture_for_parser("microformats-v2/h-card/baseurl"); | ||
7 | } | ||
8 | #[test] | ||
5 | fn·relativeurls()·{ | 9 | fn·relativeurls()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-card/relativeurls"); | 10 | ····check_fixture_for_parser("microformats-v2/h-card/relativeurls"); |
7 | } | 11 | } |
8 | #[test] | 12 | #[test] |
9 | fn· | 13 | fn·nested()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-card/ | 14 | ····check_fixture_for_parser("microformats-v2/h-card/nested"); |
11 | } | 15 | } |
12 | #[test] | 16 | #[test] |
13 | fn· | 17 | fn·p_property()·{ |
14 | ····check_fixture_for_parser("microformats-v2/h-card/ | 18 | ····check_fixture_for_parser("microformats-v2/h-card/p-property"); |
15 | } | 19 | } |
16 | #[test] | 20 | #[test] |
17 | fn· | 21 | fn·impliedname()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-card/ | 22 | ····check_fixture_for_parser("microformats-v2/h-card/impliedname"); |
19 | } | 23 | } |
20 | #[test] | 24 | #[test] |
21 | fn· | 25 | fn·hyperlinkedphoto()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-card/ | 26 | ····check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto"); |
23 | } | 27 | } |
24 | #[test] | 28 | #[test] |
25 | fn·justahyperlink()·{ | 29 | fn·justahyperlink()·{ |
26 | ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); | 30 | ····check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); |
27 | } | 31 | } |
28 | #[test] | 32 | #[test] |
29 | fn·impliedphoto()·{ | ||
30 | ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); | ||
31 | } | ||
32 | #[test] | ||
33 | fn·hcard()·{ | 33 | fn·hcard()·{ |
34 | ····check_fixture_for_parser("microformats-v2/h-card/hcard"); | 34 | ····check_fixture_for_parser("microformats-v2/h-card/hcard"); |
35 | } | 35 | } |
36 | #[test] | 36 | #[test] |
37 | fn· | 37 | fn·childimplied()·{ |
38 | ····check_fixture_for_parser("microformats-v2/h-card/ | 38 | ····check_fixture_for_parser("microformats-v2/h-card/childimplied"); |
39 | } | 39 | } |
40 | #[test] | 40 | #[test] |
41 | fn· | 41 | fn·impliedurlempty()·{ |
42 | ····check_fixture_for_parser("microformats-v2/h-card/ | 42 | ····check_fixture_for_parser("microformats-v2/h-card/impliedurlempty"); |
43 | } | 43 | } |
44 | #[test] | 44 | #[test] |
45 | fn· | 45 | fn·justaname()·{ |
46 | ····check_fixture_for_parser("microformats-v2/h-card/ | 46 | ····check_fixture_for_parser("microformats-v2/h-card/justaname"); |
47 | } | 47 | } |
48 | #[test] | 48 | #[test] |
49 | fn·relativeurlsempty()·{ | 49 | fn·relativeurlsempty()·{ |
50 | ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); | 50 | ····check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); |
51 | } | 51 | } |
52 | #[test] | 52 | #[test] |
53 | fn· | 53 | fn·impliedurl()·{ |
54 | ····check_fixture_for_parser("microformats-v2/h-card/ | 54 | ····check_fixture_for_parser("microformats-v2/h-card/impliedurl"); |
55 | } | 55 | } |
56 | #[test] | 56 | #[test] |
57 | fn·implied | 57 | fn·impliedphoto()·{ |
58 | ····check_fixture_for_parser("microformats-v2/h-card/implied | 58 | ····check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); |
59 | } | 59 | } |
60 | #[test] | 60 | #[test] |
61 | fn· | 61 | fn·extendeddescription()·{ |
62 | ····check_fixture_for_parser("microformats-v2/h-card/ | 62 | ····check_fixture_for_parser("microformats-v2/h-card/extendeddescription"); |
63 | } | 63 | } |
Offset 1, 38 lines modified | Offset 1, 38 lines modified | ||
1 | //·Tests·for·microformats-v2/h-entry | 1 | //·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· | 5 | fn·impliedvalue_nested()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-entry/ | 6 | ····check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·impliedname()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-entry/ | 10 | ····check_fixture_for_parser("microformats-v2/h-entry/impliedname"); |
11 | } | 11 | } |
12 | #[test] | 12 | #[test] |
13 | fn·s | 13 | fn·scriptstyletags()·{ |
14 | ····check_fixture_for_parser("microformats-v2/h-entry/s | 14 | ····check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags"); |
15 | } | 15 | } |
16 | #[test] | 16 | #[test] |
17 | fn·justahyperlink()·{ | 17 | fn·justahyperlink()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); | 18 | ····check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); |
19 | } | 19 | } |
20 | #[test] | 20 | #[test] |
21 | fn· | 21 | fn·u_property()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-entry/ | 22 | ····check_fixture_for_parser("microformats-v2/h-entry/u-property"); |
23 | } | 23 | } |
24 | #[test] | 24 | #[test] |
25 | fn· | 25 | fn·justaname()·{ |
26 | ····check_fixture_for_parser("microformats-v2/h-entry/ | 26 | ····check_fixture_for_parser("microformats-v2/h-entry/justaname"); |
27 | } | 27 | } |
28 | #[test] | 28 | #[test] |
29 | fn· | 29 | fn·summarycontent()·{ |
30 | ····check_fixture_for_parser("microformats-v2/h-entry/ | 30 | ····check_fixture_for_parser("microformats-v2/h-entry/summarycontent"); |
31 | } | 31 | } |
Offset 4, 40 lines modified | Offset 4, 40 lines modified | ||
4 | #[test] | 4 | #[test] |
5 | fn·ampm()·{ | 5 | fn·ampm()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-event/ampm"); | 6 | ····check_fixture_for_parser("microformats-v2/h-event/ampm"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn·combining()·{ | ||
10 | ····check_fixture_for_parser("microformats-v2/h-event/combining"); | ||
11 | } | ||
12 | #[test] | ||
13 | fn·concatenate()·{ | ||
14 | ····check_fixture_for_parser("microformats-v2/h-event/concatenate"); | ||
15 | } | ||
16 | #[test] | ||
17 | fn·dt_property()·{ | 9 | fn·dt_property()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-event/dt-property"); | 10 | ····check_fixture_for_parser("microformats-v2/h-event/dt-property"); |
19 | } | 11 | } |
20 | #[test] | 12 | #[test] |
21 | fn·justa | 13 | fn·justahyperlink()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-event/justa | 14 | ····check_fixture_for_parser("microformats-v2/h-event/justahyperlink"); |
23 | } | 15 | } |
24 | #[test] | 16 | #[test] |
25 | fn· | 17 | fn·combining()·{ |
26 | ····check_fixture_for_parser("microformats-v2/h-event/ | 18 | ····check_fixture_for_parser("microformats-v2/h-event/combining"); |
27 | } | 19 | } |
28 | #[test] | 20 | #[test] |
29 | fn·attendees()·{ | 21 | fn·attendees()·{ |
30 | ····check_fixture_for_parser("microformats-v2/h-event/attendees"); | 22 | ····check_fixture_for_parser("microformats-v2/h-event/attendees"); |
31 | } | 23 | } |
32 | #[test] | 24 | #[test] |
33 | fn·time()·{ | 25 | fn·time()·{ |
34 | ····check_fixture_for_parser("microformats-v2/h-event/time"); | 26 | ····check_fixture_for_parser("microformats-v2/h-event/time"); |
27 | } | ||
28 | #[test] | ||
29 | fn·concatenate()·{ | ||
30 | ····check_fixture_for_parser("microformats-v2/h-event/concatenate"); | ||
31 | } | ||
32 | #[test] | ||
33 | fn·justaname()·{ | ||
34 | ····check_fixture_for_parser("microformats-v2/h-event/justaname"); | ||
35 | } | 35 | } |
Offset 1, 12 lines modified | Offset 1, 17 lines modified | ||
1 | //·Tests·for·microformats-v2/h-geo | 1 | //·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·altitude()·{ | ||
6 | ····check_fixture_for_parser("microformats-v2/h-geo/altitude"); | ||
7 | } | ||
8 | #[test] | ||
5 | fn·valuetitleclass()·{ | 9 | fn·valuetitleclass()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); | 10 | ····check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); |
7 | } | 11 | } |
8 | #[test] | 12 | #[test] |
9 | fn·simpleproperties()·{ | 13 | fn·simpleproperties()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); | 14 | ····check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); |
Offset 14, 20 lines modified | Offset 19, 15 lines modified | ||
14 | #[test] | 19 | #[test] |
15 | fn·hidden()·{ | 20 | fn·hidden()·{ |
16 | ····check_fixture_for_parser("microformats-v2/h-geo/hidden"); | 21 | ····check_fixture_for_parser("microformats-v2/h-geo/hidden"); |
17 | } | 22 | } |
18 | #[test] | 23 | #[test] |
24 | fn·abbrpattern()·{ | ||
19 | fn·justaname()·{ | ||
20 | ····check_fixture_for_parser("microformats-v2/h-geo/justaname"); | ||
21 | } | ||
22 | #[test] | ||
23 | fn·altitude()·{ | ||
24 | ····check_fixture_for_parser("microformats-v2/h-geo/a | 25 | ····check_fixture_for_parser("microformats-v2/h-geo/abbrpattern"); |
25 | } | 26 | } |
26 | #[test] | 27 | #[test] |
27 | fn· | 28 | fn·justaname()·{ |
28 | ····check_fixture_for_parser("microformats-v2/h-geo/ | 29 | ····check_fixture_for_parser("microformats-v2/h-geo/justaname"); |
29 | } | 30 | } |
Offset 1, 23 lines modified | Offset 1, 23 lines modified | ||
1 | //·Tests·for·microformats-v2/h-product | 1 | //·Tests·for·microformats-v2/h-product |
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· | 5 | fn·simpleproperties()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-product/ | 6 | ····check_fixture_for_parser("microformats-v2/h-product/simpleproperties"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·justahyperlink()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-product/ | 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· | 17 | fn·aggregate()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-product/ | 18 | ····check_fixture_for_parser("microformats-v2/h-product/aggregate"); |
19 | } | 19 | } |
Offset 1, 13 lines modified | Offset 1, 13 lines modified | ||
1 | //·Tests·for·microformats-v2/h-recipe | 1 | //·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· | 5 | fn·all()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-recipe/ | 6 | ····check_fixture_for_parser("microformats-v2/h-recipe/all"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·minimum()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-recipe/ | 10 | ····check_fixture_for_parser("microformats-v2/h-recipe/minimum"); |
11 | } | 11 | } |
Offset 1, 33 lines modified | Offset 1, 33 lines modified | ||
1 | //·Tests·for·microformats-v2/h-resume | 1 | //·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· | 5 | fn·contact()·{ |
6 | ····check_fixture_for_parser("microformats-v2/h-resume/ | 6 | ····check_fixture_for_parser("microformats-v2/h-resume/contact"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·affiliation()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-resume/ | 10 | ····check_fixture_for_parser("microformats-v2/h-resume/affiliation"); |
11 | } | 11 | } |
12 | #[test] | 12 | #[test] |
13 | fn·education()·{ | 13 | fn·education()·{ |
14 | ····check_fixture_for_parser("microformats-v2/h-resume/education"); | 14 | ····check_fixture_for_parser("microformats-v2/h-resume/education"); |
15 | } | 15 | } |
16 | #[test] | 16 | #[test] |
17 | fn· | 17 | fn·skill()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-resume/ | 18 | ····check_fixture_for_parser("microformats-v2/h-resume/skill"); |
19 | } | 19 | } |
20 | #[test] | 20 | #[test] |
21 | fn· | 21 | fn·justaname()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-resume/ | 22 | ····check_fixture_for_parser("microformats-v2/h-resume/justaname"); |
23 | } | 23 | } |
24 | #[test] | 24 | #[test] |
25 | fn· | 25 | fn·work()·{ |
26 | ····check_fixture_for_parser("microformats-v2/h-resume/ | 26 | ····check_fixture_for_parser("microformats-v2/h-resume/work"); |
27 | } | 27 | } |
Offset 4, 30 lines modified | Offset 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· | 9 | fn·photo()·{ |
10 | ····check_fixture_for_parser("microformats-v2/h-review/ | 10 | ····check_fixture_for_parser("microformats-v2/h-review/photo"); |
11 | } | ||
12 | #[test] | ||
13 | fn·hyperlink()·{ | ||
14 | ····check_fixture_for_parser("microformats-v2/h-review/hyperlink"); | ||
15 | } | 11 | } |
16 | #[test] | 12 | #[test] |
17 | fn·justaname()·{ | 13 | fn·justaname()·{ |
18 | ····check_fixture_for_parser("microformats-v2/h-review/justaname"); | 14 | ····check_fixture_for_parser("microformats-v2/h-review/justaname"); |
19 | } | 15 | } |
20 | #[test] | 16 | #[test] |
21 | fn·p | 17 | fn·hyperlink()·{ |
22 | ····check_fixture_for_parser("microformats-v2/h-review/p | 18 | ····check_fixture_for_parser("microformats-v2/h-review/hyperlink"); |
23 | } | 19 | } |
24 | #[test] | 20 | #[test] |
25 | fn·implieditem()·{ | 21 | fn·implieditem()·{ |
26 | ····check_fixture_for_parser("microformats-v2/h-review/implieditem"); | 22 | ····check_fixture_for_parser("microformats-v2/h-review/implieditem"); |
23 | } | ||
24 | #[test] | ||
25 | fn·vcard()·{ | ||
26 | ····check_fixture_for_parser("microformats-v2/h-review/vcard"); | ||
27 | } | 27 | } |
Offset 1, 38 lines modified | Offset 1, 38 lines modified | ||
1 | //·Tests·for·microformats-v2/rel | 1 | //·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· | 5 | fn·license()·{ |
6 | ····check_fixture_for_parser("microformats-v2/rel/ | 6 | ····check_fixture_for_parser("microformats-v2/rel/license"); |
7 | } | 7 | } |
8 | #[test] | 8 | #[test] |
9 | fn· | 9 | fn·duplicate_rels()·{ |
10 | ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels"); | ||
11 | } | ||
12 | #[test] | ||
13 | fn·rel_urls()·{ | ||
10 | ····check_fixture_for_parser("microformats-v2/rel/ | 14 | ····check_fixture_for_parser("microformats-v2/rel/rel-urls"); |
11 | } | 15 | } |
12 | #[test] | 16 | #[test] |
13 | fn·xfn_all()·{ | 17 | fn·xfn_all()·{ |
14 | ····check_fixture_for_parser("microformats-v2/rel/xfn-all"); | 18 | ····check_fixture_for_parser("microformats-v2/rel/xfn-all"); |
15 | } | 19 | } |
16 | #[test] | 20 | #[test] |
17 | fn· | 21 | fn·xfn_elsewhere()·{ |
18 | ····check_fixture_for_parser("microformats-v2/rel/ | 22 | ····check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere"); |
19 | } | 23 | } |
20 | #[test] | 24 | #[test] |
21 | fn·varying_text_duplicate_rels()·{ | 25 | fn·varying_text_duplicate_rels()·{ |
22 | ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); | 26 | ····check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); |
23 | } | 27 | } |
24 | #[test] | 28 | #[test] |
29 | fn·nofollow()·{ | ||
25 | fn·duplicate_rels()·{ | ||
26 | ····check_fixture_for_parser("microformats-v2/rel/duplicate-rels"); | ||
27 | } | ||
28 | #[test] | ||
29 | fn·license()·{ | ||
30 | ····check_fixture_for_parser("microformats-v2/rel/ | 30 | ····check_fixture_for_parser("microformats-v2/rel/nofollow"); |
31 | } | 31 | } |