Adding upstream version 3.10.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
37e9b6d587
commit
03bfe4079e
356 changed files with 28857 additions and 0 deletions
7
f3/file_format_testdata/comment/bad.json
Normal file
7
f3/file_format_testdata/comment/bad.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"index": "5",
|
||||
"poster_id": "1",
|
||||
"created": "AAAAAAAAA",
|
||||
"updated": "1986-04-12T23:20:50.52Z",
|
||||
"content": "comment_content_5"
|
||||
}
|
14
f3/file_format_testdata/comment/good.json
Normal file
14
f3/file_format_testdata/comment/good.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"index": "5",
|
||||
"poster_id": "/user/1",
|
||||
"created": "1985-04-12T23:20:50.52Z",
|
||||
"updated": "1986-04-12T23:20:50.52Z",
|
||||
"content": "comment_content_5",
|
||||
"reactions": [
|
||||
{
|
||||
"index": "8",
|
||||
"user_id": "/user/23",
|
||||
"content": "laugh"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue