summaryrefslogtreecommitdiffstats
path: root/modules/migration/file_format_testdata/issue_a.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/migration/file_format_testdata/issue_a.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/migration/file_format_testdata/issue_a.json b/modules/migration/file_format_testdata/issue_a.json
new file mode 100644
index 0000000..33d7759
--- /dev/null
+++ b/modules/migration/file_format_testdata/issue_a.json
@@ -0,0 +1,14 @@
+[
+ {
+ "number": 1,
+ "poster_id": 1,
+ "poster_name": "name_a",
+ "title": "title_a",
+ "content": "content_a",
+ "state": "closed",
+ "is_locked": false,
+ "created": "1985-04-12T23:20:50.52Z",
+ "updated": "1986-04-12T23:20:50.52Z",
+ "closed": "1987-04-12T23:20:50.52Z"
+ }
+]