From eb8b04a2b1db23ea5665cd8b5cbe859beb0ef80d Mon Sep 17 00:00:00 2001 From: Stefan <29021710+Saalvage@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:01:11 +0200 Subject: Fix subcase reentry (#598) * Add tests * Fix #597 * Slightly alternate approach to subcases * Replace usage of non-standard contains method * Merge branch 'dev' into fix-subcase-reentry --- examples/all_features/test_output/filter_2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/all_features/test_output/filter_2.txt') diff --git a/examples/all_features/test_output/filter_2.txt b/examples/all_features/test_output/filter_2.txt index c734cf8f..9c154add 100644 --- a/examples/all_features/test_output/filter_2.txt +++ b/examples/all_features/test_output/filter_2.txt @@ -1,6 +1,6 @@ [doctest] run with "--help" for options =============================================================================== -[doctest] test cases: 0 | 0 passed | 0 failed | 99 skipped +[doctest] test cases: 0 | 0 passed | 0 failed | 100 skipped [doctest] assertions: 0 | 0 passed | 0 failed | [doctest] Status: SUCCESS! Program code. -- cgit v1.2.3