Splitted print class into printUnformated and printFormated.
And fixed errors in print Unformated
This commit is contained in:
@@ -15,7 +15,7 @@ class TextOutputTest {
|
|||||||
public void setup(){
|
public void setup(){
|
||||||
textOutput = new TextOutput();
|
textOutput = new TextOutput();
|
||||||
textOutput.formatFix(9);
|
textOutput.formatFix(9);
|
||||||
//textOutput.formatRaw();
|
textOutput.formatRaw();
|
||||||
text = new ArrayList<>();
|
text = new ArrayList<>();
|
||||||
text.add("123456789");
|
text.add("123456789");
|
||||||
text.add("1234");
|
text.add("1234");
|
||||||
|
|||||||
Reference in New Issue
Block a user