Skip to content

Commit 21bcca7

Browse files
committed
Add large output
1 parent 7692c5d commit 21bcca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pty/ptytest/ptytest_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestPtytest(t *testing.T) {
3030
}{
3131
{name: "1024 is safe (does not exceed macOS buffer)", output: strings.Repeat(".", 1024)},
3232
{name: "1025 exceeds macOS buffer (must not hang)", output: strings.Repeat(".", 1025)},
33+
{name: "10241 large output", output: strings.Repeat(".", 10241)}, // 1024 * 10 + 1
3334
}
3435
for _, tt := range tests {
3536
tt := tt

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy