FC18: Corrected english misspellings in code
This commit is contained in:
parent
1a919b86bc
commit
8d18ffa552
6 changed files with 18 additions and 18 deletions
|
|
@ -37,13 +37,13 @@ import org.x4o.fc18.zion7.flame4.FCFlameNumberTaste;
|
|||
* @author Willem Cazander
|
||||
* @version 1.0 Sep 5, 2025
|
||||
*/
|
||||
public class StenoNumberChocoChopedTest {
|
||||
public class StenoNumberChocoChoppedTest {
|
||||
|
||||
@Test
|
||||
public void testChochChoped123() throws Exception {
|
||||
List<Integer> out = new ArrayList<>();
|
||||
FourCornerZion7Candlelier writer = FourCornerZionStenoGrapher.writerFC18(out);
|
||||
writer.strobeNumberChocoPigChoped(FCFlameNumberTaste.NUMBER_POSITIVE, BigInteger.valueOf(456), BigInteger.valueOf(123));
|
||||
writer.strobeNumberChocoPigChopped(FCFlameNumberTaste.NUMBER_POSITIVE, BigInteger.valueOf(456), BigInteger.valueOf(123));
|
||||
String res = FourCornerUnicodeDisplay.text().render(out);
|
||||
Assertions.assertEquals("456.123", res);
|
||||
}
|
||||
|
|
@ -52,7 +52,7 @@ public class StenoNumberChocoChopedTest {
|
|||
public void testChochChopedNeg456() throws Exception {
|
||||
List<Integer> out = new ArrayList<>();
|
||||
FourCornerZion7Candlelier writer = FourCornerZionStenoGrapher.writerFC18(out);
|
||||
writer.strobeNumberChocoPigChoped(FCFlameNumberTaste.NUMBER_NEGATIVE, BigInteger.valueOf(789), BigInteger.valueOf(123));
|
||||
writer.strobeNumberChocoPigChopped(FCFlameNumberTaste.NUMBER_NEGATIVE, BigInteger.valueOf(789), BigInteger.valueOf(123));
|
||||
String res = FourCornerUnicodeDisplay.text().render(out);
|
||||
Assertions.assertEquals("-789.123", res);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue