aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-06 15:49:07 -0500
committerGitHub <noreply@github.com>2021-03-06 15:49:07 -0500
commita65742a884223451324fcab5cfaeb6ebdfe32ec1 (patch)
treebe667001d9e7acf01b8126c94ece999fd9d20eec /test
parentaa6a547da7a74e28dc290d8bef9f33500b82cd13 (diff)
Fix furigana distribution when reading starts with expression, but has remainder characters (#1496)
Diffstat (limited to 'test')
-rw-r--r--test/test-japanese.js7
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: 'シック・ビルしょうこうぐん'}
+ ]
]
];