FC18: Updated unicode white space test with improved china space render

This commit is contained in:
Willem Cazander 2025-12-23 13:05:14 +01:00
parent 599376215e
commit 8f2be7c300

View file

@ -231,7 +231,7 @@ public class FourCornerUnicodeImportTest {
//Assertions.assertEquals(FCDotCMD5401Dash2D.CMD_F4TXT0001_SP, cdi.next());
}
String out = FourCornerUnicodeDisplay.text().render(cdc);
Assertions.assertEquals("                                        ", out);
Assertions.assertEquals("                                        ", out);
// Assertions.assertThrows(IllegalArgumentException.class, () -> {
// FourCornerUnicodeImport.strict().convertToX06(space16);