Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan <29021710+Saalvage@users.noreply.github.com>2022-04-25 12:01:11 +0300
committerGitHub <noreply@github.com>2022-04-25 12:01:11 +0300
commiteb8b04a2b1db23ea5665cd8b5cbe859beb0ef80d (patch)
treec21c5461eeacba80a477bfaa0b0ae3ef494daacf /examples/all_features/test_output/filter_2.txt
parent0b79b49aac67f393aad4b90d578b1a562c7a19e4 (diff)
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
Diffstat (limited to 'examples/all_features/test_output/filter_2.txt')
-rw-r--r--examples/all_features/test_output/filter_2.txt2
1 files changed, 1 insertions, 1 deletions
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.