FC18: Updated unicode white space test with improved china space render
This commit is contained in:
parent
599376215e
commit
8f2be7c300
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ public class FourCornerUnicodeImportTest {
|
||||||
//Assertions.assertEquals(FCDotCMD5401Dash2D.CMD_F4TXT0001_SP, cdi.next());
|
//Assertions.assertEquals(FCDotCMD5401Dash2D.CMD_F4TXT0001_SP, cdi.next());
|
||||||
}
|
}
|
||||||
String out = FourCornerUnicodeDisplay.text().render(cdc);
|
String out = FourCornerUnicodeDisplay.text().render(cdc);
|
||||||
Assertions.assertEquals(" ", out);
|
Assertions.assertEquals(" ", out);
|
||||||
|
|
||||||
// Assertions.assertThrows(IllegalArgumentException.class, () -> {
|
// Assertions.assertThrows(IllegalArgumentException.class, () -> {
|
||||||
// FourCornerUnicodeImport.strict().convertToX06(space16);
|
// FourCornerUnicodeImport.strict().convertToX06(space16);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue