From eeb2e654cea442f727c56839ec98abf9aebefb83 Mon Sep 17 00:00:00 2001 From: misogihagi <47350059+misogihagi@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:00:18 +0900 Subject: [PATCH 1/2] Update test.md --- test/test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.md b/test/test.md index b365899..7fec950 100644 --- a/test/test.md +++ b/test/test.md @@ -32,3 +32,5 @@ ### Valid - 我ら5人合わせて四天王! - The 5 of us together are the Four Heavenly Kings! +- ある日、5羽のアヒルが丘を越えて遠くへ出かけていった。 +- 5 little ducks went out one day, over the hill and far away. From e3cbbc555769029e1159d1270e982de13ee48533 Mon Sep 17 00:00:00 2001 From: misogihagi <47350059+misogihagi@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:04:49 +0900 Subject: [PATCH 2/2] Update use-si-units-test.js --- test/use-si-units-test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/use-si-units-test.js b/test/use-si-units-test.js index 2e57af0..355a6e3 100644 --- a/test/use-si-units-test.js +++ b/test/use-si-units-test.js @@ -79,6 +79,8 @@ tester.run('use-si-units with options', tester.run('the words end with number', rule, { valid: [ '我ら5人合わせて四天王!', - 'The 5 of us together are the Four Heavenly Kings!' + 'The 5 of us together are the Four Heavenly Kings!', + 'ある日、5羽のアヒルが丘を越えて遠くへ出かけていった。', + '5 little ducks went out one day, over the hill and far away.', ], });