formats.fuzz.__fuzz_format_rows
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- formats.fuzz
- Package
- libtmux
- Source
- crates/libtmux/src/formats/fuzz.rs
-
Decode arbitrary listing output, then check that decoding inverts tmux.
The first byte picks a listing and a tmux release. The rest is decoded as that listing's stdout, and then, split at NUL, read as field values that are written the way that release prints them and decoded again.
Panics
When a value tmux could print does not decode to itself.
0 declared, 0 inherited