mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
longer test string
This commit is contained in:
parent
f279754e10
commit
731bdf7a06
1 changed files with 3 additions and 2 deletions
|
@ -308,10 +308,11 @@ main()
|
||||||
s.append(" world");
|
s.append(" world");
|
||||||
if (s != "hello world")
|
if (s != "hello world")
|
||||||
return 63;
|
return 63;
|
||||||
for (int i = 0; i < 4; ++i) {
|
for (int i = 0; i < 10; ++i) {
|
||||||
s.append(" world");
|
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;
|
return 64;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue