longer test string

This commit is contained in:
Jōshin 2024-06-06 16:26:38 -07:00
parent f279754e10
commit 731bdf7a06
No known key found for this signature in database

View file

@ -308,10 +308,11 @@ main()
s.append(" world");
if (s != "hello world")
return 63;
for (int i = 0; i < 4; ++i) {
for (int i = 0; i < 10; ++i) {
s.append(" world");
}
if (s != "hello world world world world world") {
if (s != "hello world world world world world world world world world "
"world world") {
return 64;
}
}