makes specs way more readable
This commit is contained in:
parent
ff556ab648
commit
8344b85938
23 changed files with 234 additions and 182 deletions
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"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue