Change-Id: I4db8ceaa0703aeab5b1b6737ad2f768e4ad8c89c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167442
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2024-05-10 10:34:57 +02:00 committed by Taichi Haradaguchi
parent 4e0a5d6500
commit 6a8342d2af

View file

@ -78,7 +78,7 @@ $FormatEx = $Format $Extend*;
# Words. Alpha-numerics. Rule 5, 6, 7, 9, 10
# - must include at least one letter.
# - may include both letters and numbers.
# - may include MideLetter, MidNumber punctuation.
# - may include MidLetter, MidNumber punctuation.
#
$LetterSequence = $ALetterEx ($FormatEx* $ALetterEx)*; # rules #6, #7
$LetterSequence {200};