fix: use __MIRE_PROMPT_READY__ as the common marker

This commit is contained in:
2026-03-21 21:10:43 +00:00
parent fe42c40d1e
commit 97a4696a1c
8 changed files with 90 additions and 76 deletions
+3 -3
View File
@@ -78,10 +78,10 @@ func TestReplayWaitsForInputReadySignal(t *testing.T) {
}()
if err := Replay(ReplayRequest{
Cmd: cmd,
Input: []byte("hello\n"),
Cmd: cmd,
Input: []byte("hello\n"),
InputReady: ready,
OutputLog: &outputLog,
OutputLog: &outputLog,
}); err != nil {
t.Fatalf("Replay() error = %v", err)
}