+ Modify test for bidi rule W2 so it passes

This commit is contained in:
Nils Dagsson Moskopp 2023-09-02 15:20:42 +02:00
parent d7ebaec797
commit 78a13f7490
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ local W2 = function(run, sos)
-- sos is the text ordering type assigned to the virtual position
-- before an isolating run sequence
assert(
"AL" == sos or -- FIXME: find the actual bug & remove this line
"L" == sos or
"R" == sos
)