aboutsummaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c
index 00fcd1f..e1f49d4 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -47,7 +47,7 @@ int main() {
//mgui_list_set_spacing(list, 30);
for(int i = 0; i < 60; ++i) {
char text[256];
- snprintf(text, sizeof(text), "hello world 東京 %d", i);
+ snprintf(text, sizeof(text), "hello world 東京\nNext line %d", i);
mgui_list_append(list, mgui_list_to_widget(create_list_item(NULL, "User", text)));
}