Test-Case v0.3.3
Bugfixes
- Fixed "inconclusive" feature with different cases.
#[test_case(1 ; "this test is inconclusive and will always be")] #[test_case(2 ; "this test is also Inconclusive")] #[test_case(3 ; "this test is also INCONCLUSIVE even uppercase")] #[test_case(4 ; "this test is also iNCONCLUSIVE even inverted caps")]