diff options
Diffstat (limited to 'test/test-japanese.js')
-rw-r--r-- | test/test-japanese.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/test-japanese.js b/test/test-japanese.js index 8e8078d1..978f4b9c 100644 --- a/test/test-japanese.js +++ b/test/test-japanese.js @@ -750,6 +750,19 @@ function testDistributeFuriganaInflected() { [ {text: 'おこなわなかった', furigana: ''} ] + ], + [ + ['いい', 'いい', 'イイ'], + [ + {text: 'イイ', furigana: ''} + ] + ], + [ + ['否か', 'いなか', '否カ'], + [ + {text: '否', furigana: 'いな'}, + {text: 'カ', furigana: 'か'} + ] ] ]; |