Execute function for assert

This commit is contained in:
elvis
2025-08-02 06:50:01 +02:00
parent 39837498b3
commit 3af6ce5130
4 changed files with 577 additions and 86 deletions

View File

@ -261,6 +261,7 @@ AssertUnarySuffix: assert::Unary = {
".empty" => assert::Unary::Empty,
".length" => assert::Unary::Length,
".tostr" => assert::Unary::ToStr,
".toel" => assert::Unary::ToEl,
"." <q: AssertQualifier> => assert::Unary::Qualifier(q),
}