FC18: Made the space num come in octal amount
This commit is contained in:
parent
1217d835a3
commit
44c66c5154
16 changed files with 104 additions and 146 deletions
|
|
@ -28,11 +28,9 @@ import java.util.List;
|
|||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.x4o.fc18.cake2.FourCornerX06BaklavaPointSequence;
|
||||
import org.x4o.fc18.cake2.FourCornerX18CakePointSequence;
|
||||
import org.x4o.fc18.cake2.pie9c.FCDotPIE9CDash26;
|
||||
import org.x4o.fc18.cake2.pie9d.FCDotPIE9DDash10;
|
||||
import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6;
|
||||
import org.x4o.fc18.cake2.zero33.dec1.FCDotCMD5401Dash2D;
|
||||
import org.x4o.fc18.cake2.zero33.dec1.FCDotDEC2701DashPX0;
|
||||
import org.x4o.fc18.cake2.zero33.dec1.FCDotINC0801DashP8;
|
||||
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ public class FourCornerUnicodeImportTest {
|
|||
Assertions.assertNotNull(cdc);
|
||||
Assertions.assertTrue(cdi.hasNext());
|
||||
Assertions.assertFalse(cdc.isEmpty());
|
||||
Assertions.assertEquals(38, cdc.size());
|
||||
Assertions.assertEquals(46, cdc.size());
|
||||
Assertions.assertEquals(FCDotCDC1604DashP6.NX01_A.ordinal(), cdi.next());
|
||||
/*
|
||||
Assertions.assertEquals(FCDotCMD5401Dash2D.CMD_F4TTY0001_NL, cdi.next());
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.x4o.fc18.FourCornerUnicodeDisplay;
|
||||
import org.x4o.fc18.cake2.flag4.FCDotF4TTY0001DashNL;
|
||||
import org.x4o.fc18.cake2.flag4.FCDotF4TTY0008DashNL;
|
||||
import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6;
|
||||
import org.x4o.fc18.zion7.flame4.FCFlameNumberTaste;
|
||||
import org.x4o.fc18.zion7.flame4.FCFlameWordDish;
|
||||
|
|
@ -107,7 +107,7 @@ public class StenoGrapherTest {
|
|||
for (int x = 1; x <= 1025 /*_999999*/; x++) {
|
||||
BigInteger v = BigInteger.valueOf(x);
|
||||
writer.strobeNumberChocoPigRational(FCFlameNumberTaste.NUMBER_POSITIVE, FCFlameNumberTaste.NUMBER_POSITIVE, BigInteger.ONE, v);
|
||||
writer.strobeTheWord(FCFlameWordDish.CLOCK_SAUCE, FCDotF4TTY0001DashNL.NETHER_LINE.cakePointDotIndex());
|
||||
writer.strobeTheWord(FCFlameWordDish.CLOCK_SAUCE, FCDotF4TTY0008DashNL.NETHER_LINE_1.cakePointDotIndex());
|
||||
}
|
||||
writer.strobeDocumentOmega();
|
||||
PrimordialOctalOrangeString str = PrimordialOctalOrangeString.ioSmurfReadListX18(outX18);
|
||||
|
|
|
|||
|
|
@ -20,12 +20,10 @@
|
|||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
package org.x4o.fc18.octal8;
|
||||
package org.x4o.fc18.zion7.octal8;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.x4o.fc18.zion7.octal8.PrimordialOctalOrangeSexWord;
|
||||
import org.x4o.fc18.zion7.octal8.PrimordialOctalSound;
|
||||
|
||||
/// Tests for smurf and hinari octal big indian sex words.
|
||||
///
|
||||
Loading…
Add table
Add a link
Reference in a new issue