Hi everybody,
I think tests should include something like this to be correct :
{
Pattern : ca+t
Input: ca
ExpectedExitCode: 1
}
as for now there is no case tested where the mandatory chars after the + operator are missing or wrong.
Hi everybody,
I think tests should include something like this to be correct :
{
Pattern : ca+t
Input: ca
ExpectedExitCode: 1
}
as for now there is no case tested where the mandatory chars after the + operator are missing or wrong.
Thanks, @giuseppe-osenda, for highlighting this. I’ve turned your feedback into an internal ticket and will ensure it’s handled as soon as possible. I’ll keep you updated on the progress.
@giuseppe-osenda We’ve updated the test cases via this PR. Thanks again for bringing this to our attention!