rush-sh 0.8.0

A POSIX sh-compatible shell written in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Tests for the lexer module

mod basic_tests;
mod quote_tests;
mod expansion_tests;
mod redirection_tests;
mod tilde_tests;
mod alias_tests;
mod edge_case_tests;