testing: Update CliTest Support.

And add tests for Cli preprocessing.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-21 22:40:58 -04:00
parent b3ca30541a
commit d60465e669
6 changed files with 58 additions and 17 deletions
@@ -0,0 +1,8 @@
parser main_parser() {
state start {
transition select (false) {
true: reject;
false: reject;
};
}
};
@@ -0,0 +1 @@
Preprocessor Error: Could not open simple.p for preprocessing
+1
View File
@@ -0,0 +1 @@
Success