-
Notifications
You must be signed in to change notification settings - Fork 9
/
headline.yml
91 lines (90 loc) · 2.25 KB
/
headline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
-
_valid: true
_name: 'valid-headline'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
item: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
type: "headline"
html: "<h1>AI Websites That Design Themselves</h1>"
text: "AI Websites That Design Themselves"
length: 34
-
_valid: true
_name: 'missing-text'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
item: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
type: "headline"
html: "<h1>AI Websites That Design Themselves</h1>"
length: 34
-
_valid: false
_name: 'text-with-wrong-type'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
item: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
type: "headline"
text: 42
html: "<h1>AI Websites That Design Themselves</h1>"
length: 34
-
_valid: true
_name: 'missing-length'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
item: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
type: "headline"
text: "AI Websites That Design Themselves"
html: "<h1>AI Websites That Design Themselves</h1>"
-
_valid: false
_name: 'length-with-wrong-type'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
item: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
type: "headline"
html: "<h1>AI Websites That Design Themselves</h1>"
text: "AI Websites That Design Themselves"
length: "34"
-
_valid: true
_name: 'h1'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h1"
html: "<h1>AI Websites That Design Themselves</h1>"
-
_valid: true
_name: 'h2'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h2"
html: "<h2>AI Websites That Design Themselves</h2>"
-
_valid: true
_name: 'h3'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h3"
html: "<h3>AI Websites That Design Themselves</h3>"
-
_valid: true
_name: 'h4'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h4"
html: "<h4>AI Websites That Design Themselves</h4>"
-
_valid: true
_name: 'h5'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h5"
html: "<h5>AI Websites That Design Themselves</h5>"
-
_valid: true
_name: 'h6'
_data:
id: "9a502705-bb6c-4b03-95ee-492dbdd295e4"
type: "h6"
html: "<h6>AI Websites That Design Themselves</h6>"