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