diff --git a/spec/support/lib/microformats2/nested-format-with-property.js b/spec/support/lib/microformats2/nested-format-with-property.js index f38e461..1007383 100644 --- a/spec/support/lib/microformats2/nested-format-with-property.js +++ b/spec/support/lib/microformats2/nested-format-with-property.js @@ -11,5 +11,6 @@ }], "name": ["Jessica Lynn Suttles"] } - }] + }], + "rels": {} } diff --git a/spec/support/lib/microformats2/nested-property.js b/spec/support/lib/microformats2/nested-property.js index b29a1d8..1e5d8cf 100644 --- a/spec/support/lib/microformats2/nested-property.js +++ b/spec/support/lib/microformats2/nested-property.js @@ -4,6 +4,7 @@ "name": ["jlsuttles"], "nickname": ["jlsuttles"] } - }] + }], + "rels": {} } diff --git a/spec/support/lib/microformats2/simple.js b/spec/support/lib/microformats2/simple.js index 9d02f66..c549abf 100644 --- a/spec/support/lib/microformats2/simple.js +++ b/spec/support/lib/microformats2/simple.js @@ -6,5 +6,6 @@ "bday": ["1990-10-15"], "content": ["

Vegan. Cat lover. Coder.

"] } - }] + }], + "rels": {} }