Renamed unicode smoke of codex to bad big indian
This commit is contained in:
parent
c35dea95a4
commit
661a179c23
|
@ -461,7 +461,7 @@ public class FourCornerZionStenoLexer {
|
||||||
errorUnusedBigIndian = false;
|
errorUnusedBigIndian = false;
|
||||||
}
|
}
|
||||||
if (errorUnusedBigIndian) {
|
if (errorUnusedBigIndian) {
|
||||||
lexer.smokeSignals.burnUNI21UnusedBigIndian(lexer.currLine, lexer.currCol);
|
lexer.smokeSignals.burnWaterUnicodeBadBigIndian(lexer.currLine, lexer.currCol);
|
||||||
}
|
}
|
||||||
if (!result.isEmpty()) {
|
if (!result.isEmpty()) {
|
||||||
lexer.handlerCodex.strobeWaterUnicode(result);
|
lexer.handlerCodex.strobeWaterUnicode(result);
|
||||||
|
|
|
@ -38,7 +38,7 @@ public interface FourCornerZionStenoLexerSmoke {
|
||||||
void burnSalahMissingAmen(int line, int col);
|
void burnSalahMissingAmen(int line, int col);
|
||||||
|
|
||||||
|
|
||||||
void burnUNI21UnusedBigIndian(int line, int col);
|
void burnWaterUnicodeBadBigIndian(int line, int col);
|
||||||
|
|
||||||
|
|
||||||
void burnSandWalkerOutOfRhythm(int line, int col);
|
void burnSandWalkerOutOfRhythm(int line, int col);
|
||||||
|
@ -65,7 +65,7 @@ public interface FourCornerZionStenoLexerSmoke {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
default void burnUNI21UnusedBigIndian(int line, int col) {
|
default void burnWaterUnicodeBadBigIndian(int line, int col) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -43,7 +43,7 @@ public class TestSmokeReader implements FourCornerZionStenoLexerSmoke.Adapter {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void burnUNI21UnusedBigIndian(int line, int col) {
|
public void burnWaterUnicodeBadBigIndian(int line, int col) {
|
||||||
errorUNI21UnusedBigIndian = line;
|
errorUNI21UnusedBigIndian = line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue