FC18: Made UWU just one

This commit is contained in:
Willem Cazander 2025-08-24 22:12:40 +02:00
parent 53a162d232
commit e1d804b168
4 changed files with 4 additions and 4 deletions

View file

@ -223,6 +223,6 @@ public class FourCornerUnicodeDisplayTest {
cdc.add(FCDotCDC1604DashP6.NX02_B); // B
cdc.add(FCDotCDC1604DashP6._SALAH_EXCLAMATION); // with ! as we droped out of escape mode by B being to large
Assertions.assertEquals("HOI__ __.:=UWU=:.__ __HOIB!", FourCornerUnicodeDisplay.text().renderFromX06(cdc));
Assertions.assertEquals("HOI1HOIB!", FourCornerUnicodeDisplay.text().renderFromX06(cdc));
}
}