# testing.RecordedCall.stdin

- **Module:** testing.RecordedCall
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/testing.ts#L56
- **Page:** https://libtmux.org/en/ts/latest/reference/testing-recordedcall-stdin/

Bytes written to the command's standard input, when it had any.

Part of the key, not just the record: `load-buffer -` is the same command
whatever it is fed, so a recording keyed on the commands alone would
answer a test that wrote different bytes with the ones it first saw, and
a regression that corrupted a buffer would replay as a pass.
