diff options
Diffstat (limited to 'test/test-japanese.js')
-rw-r--r-- | test/test-japanese.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-japanese.js b/test/test-japanese.js index 1a4fc494..e9fb9c90 100644 --- a/test/test-japanese.js +++ b/test/test-japanese.js @@ -707,6 +707,13 @@ function testDistributeFurigana() { {text: 'サボ', furigana: ''}, {text: 'る', furigana: 'ル'} ] + ], + // Reading starts with expression, but has remainder characters + [ + ['シック', 'シック・ビルしょうこうぐん'], + [ + {text: 'シック', furigana: 'シック・ビルしょうこうぐん'} + ] ] ]; |