mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Update Japanese tests with more sensible data
This commit is contained in:
parent
d7207bd789
commit
119a4ffdc9
@ -146,7 +146,7 @@ class DateFindSpec extends FunSuite {
|
||||
test("find japanese dates") {
|
||||
assertEquals(
|
||||
DateFind
|
||||
.findDates("some text in japanese 2021.7.21 and more", Language.Japanese)
|
||||
.findDates("今日の日付は2021.7.21です。", Language.Japanese)
|
||||
.toVector,
|
||||
Vector(
|
||||
NerDateLabel(
|
||||
@ -157,7 +157,7 @@ class DateFindSpec extends FunSuite {
|
||||
)
|
||||
assertEquals(
|
||||
DateFind
|
||||
.findDates("some text in japanese 2021年7月21日 and more", Language.Japanese)
|
||||
.findDates("今日の日付は2021年7月21日です。", Language.Japanese)
|
||||
.toVector,
|
||||
Vector(
|
||||
NerDateLabel(
|
||||
|
Loading…
x
Reference in New Issue
Block a user