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