Added regex to [[ ]] tests

This commit is contained in:
2025-05-13 00:48:19 -04:00
parent 952298ed11
commit 25e85edab0
6 changed files with 557 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ pub mod alias;
pub mod flowctl;
pub mod zoltraak;
pub mod shopt;
pub mod test; // [[ ]] thing
pub const BUILTINS: [&str;19] = [
"echo",
@@ -33,7 +34,7 @@ pub const BUILTINS: [&str;19] = [
"zoltraak",
"shopt",
"builtin",
"command"
"command",
];
/// Sets up a builtin command