makes specs way more readable
This commit is contained in:
parent
ff556ab648
commit
8344b85938
23 changed files with 234 additions and 182 deletions
|
@ -0,0 +1,15 @@
|
|||
{ "items": [{
|
||||
"type": ["h-entry"],
|
||||
"properties": {
|
||||
"author": [{
|
||||
"value": "Jessica Lynn Suttles",
|
||||
"type": ["h-card", "h-org"],
|
||||
"properties": {
|
||||
"url": ["http://twitter.com/jlsuttles"],
|
||||
"name": ["Jessica Lynn Suttles"]
|
||||
}
|
||||
}],
|
||||
"name": ["Jessica Lynn Suttles"]
|
||||
}
|
||||
}]
|
||||
}
|
9
spec/support/lib/microformats2/nested-property.js
Normal file
9
spec/support/lib/microformats2/nested-property.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ "items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["jlsuttles"],
|
||||
"nickname": ["jlsuttles"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
10
spec/support/lib/microformats2/simple.js
Normal file
10
spec/support/lib/microformats2/simple.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ "items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"url": ["http://flickr.com/jlsuttles", "http://twitter.com/jlsuttles"],
|
||||
"name": ["Jessica Lynn Suttles"],
|
||||
"bday": ["1990-10-15T20:45:33-08:00"],
|
||||
"content": ["Vegan. Cat lover. Coder."]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue