fixed error win unformatedtext class that resulted in println before each word.
This commit is contained in:
@@ -15,11 +15,12 @@ class TextOutputTest {
|
||||
public void setup(){
|
||||
textOutput = new TextOutput();
|
||||
textOutput.formatFix(9);
|
||||
textOutput.formatRaw();
|
||||
//textOutput.formatRaw();
|
||||
text = new ArrayList<>();
|
||||
text.add("123456789");
|
||||
text.add("1234");
|
||||
text.add("12 12 12");
|
||||
text.add(" ");
|
||||
text.add("1eeeeeee8597389751");
|
||||
text.add("TextTextTextTextTextTextTextTextTextTextTextTextTextText TextTextTextTextTextTextTextTextTextTextTextText TextTextText");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user