added improved Unformated class prototype

This commit is contained in:
Leonardo Brandenberger
2021-11-09 10:54:26 +01:00
parent 6e921233df
commit 4c304e06e3
2 changed files with 83 additions and 4 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ class TextOutputTest {
text = new ArrayList<>();
text.add("123456789");
text.add("1234");
text.add("12 12 12");
text.add(" ");
text.add("12 12 12 12 12 12");
text.add(" ");
text.add("1eeeeeee8597389751");
text.add("TextTextTextTextTextTextTextTextTextTextTextTextTextText TextTextTextTextTextTextTextTextTextTextTextText TextTextText");
}