Skip to content

Commit 3b80024

Browse files
committed
Add new pitch format to test dict
1 parent b71aca4 commit 3b80024

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,31 @@
4646
]
4747
}
4848
],
49+
[
50+
"打ち込む",
51+
"pitch",
52+
{
53+
"reading": "うちこむ",
54+
"pitches": [
55+
{"position": "HHHH"},
56+
{"position": "HHHL"},
57+
{"position": "HHLH"},
58+
{"position": "HHLL"},
59+
{"position": "HLHH"},
60+
{"position": "HLHL"},
61+
{"position": "HLLH"},
62+
{"position": "HLLL"},
63+
{"position": "LHHH"},
64+
{"position": "LHHL"},
65+
{"position": "LHLH"},
66+
{"position": "LHLL"},
67+
{"position": "LLHH"},
68+
{"position": "LLHL"},
69+
{"position": "LLLH"},
70+
{"position": "LLLL"}
71+
]
72+
}
73+
],
4974
[
5075
"打ち込む",
5176
"pitch",

0 commit comments

Comments
 (0)