rush-sh 0.8.0

A POSIX sh-compatible shell written in Rust
Documentation
1
2
3
4
5
//! Edge case and error condition tests

// This module is intentionally minimal as most edge cases are already
// covered in the other test modules. This is a placeholder for future
// edge case tests that don't fit neatly into other categories.