aboutsummaryrefslogtreecommitdiff
path: root/test/test-dictionary-data/kanji_bank_1.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-18 22:19:08 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-18 22:19:08 -0500
commit09ea007883360589d8b5aeb72ddb75eb126ce595 (patch)
treef9423783937e573c89a4eef0446ed585c74c3ec9 /test/test-dictionary-data/kanji_bank_1.json
parent03886eb83310d051cc2a8d2ab0bb69412239ddd8 (diff)
Add test dictionary data
Diffstat (limited to 'test/test-dictionary-data/kanji_bank_1.json')
-rw-r--r--test/test-dictionary-data/kanji_bank_1.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/test/test-dictionary-data/kanji_bank_1.json b/test/test-dictionary-data/kanji_bank_1.json
new file mode 100644
index 00000000..264f94c1
--- /dev/null
+++ b/test/test-dictionary-data/kanji_bank_1.json
@@ -0,0 +1,42 @@
+[
+ [
+ "打",
+ "ダ ダアス",
+ "う.つ う.ち- ぶ.つ",
+ "ktag1 ktag2",
+ [
+ "meaning1",
+ "meaning2",
+ "meaning3",
+ "meaning4",
+ "meaning5"
+ ],
+ {
+ "kstat1": "1",
+ "kstat2": "2",
+ "kstat3": "3",
+ "kstat4": "4",
+ "kstat5": "5"
+ }
+ ],
+ [
+ "込",
+ "",
+ "-こ.む こ.む こ.み -こ.み こ.める",
+ "ktag1 ktag2",
+ [
+ "meaning1",
+ "meaning2",
+ "meaning3",
+ "meaning4",
+ "meaning5"
+ ],
+ {
+ "kstat1": "1",
+ "kstat2": "2",
+ "kstat3": "3",
+ "kstat4": "4",
+ "kstat5": "5"
+ }
+ ]
+] \ No newline at end of file