completely rewrote test suite for top level src files and all builtin files

This commit is contained in:
2026-03-06 23:42:14 -05:00
parent 42b4120055
commit b137c38e92
44 changed files with 5909 additions and 582 deletions

View File

@@ -18,9 +18,9 @@ use crate::{
pub mod execute;
pub mod lex;
pub const TEST_UNARY_OPS: [&str; 21] = [
"-a", "-b", "-c", "-d", "-e", "-f", "-g", "-h", "-L", "-k", "-p", "-r", "-s", "-S", "-t", "-u",
"-w", "-x", "-O", "-G", "-N",
pub const TEST_UNARY_OPS: [&str; 23] = [
"-a", "-b", "-c", "-d", "-e", "-f", "-g", "-h", "-L", "-k", "-n", "-p", "-r", "-s", "-S", "-t",
"-u", "-w", "-x", "-z", "-O", "-G", "-N",
];
/// Try to match a specific parsing rule