modifying existing test JSON output to add blank rel hashes

rel: {} is required by the spec even if it is empty
This commit is contained in:
Tom Morris 2013-09-15 11:51:49 +01:00
parent 6b6524e4af
commit 38e0ae313f
3 changed files with 6 additions and 3 deletions

View file

@ -11,5 +11,6 @@
}],
"name": ["Jessica Lynn Suttles"]
}
}]
}],
"rels": {}
}

View file

@ -4,6 +4,7 @@
"name": ["jlsuttles"],
"nickname": ["jlsuttles"]
}
}]
}],
"rels": {}
}

View file

@ -6,5 +6,6 @@
"bday": ["1990-10-15"],
"content": ["<p>Vegan. Cat lover. Coder.</p>"]
}
}]
}],
"rels": {}
}