Commit 251c877
fix: pty_terminal boundary spanning test on Windows ConPTY
ConPTY reprocesses output and inserts escape sequences between
individually-printed characters, so "abcd" never appears contiguous
in the raw PTY stream. Print the full string at once instead — boundary
spanning is still tested since the reader can return partial data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ebc4b1b commit 251c877
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments