Skip to content

Commit f0c49ec

Browse files
authored
Merge pull request #3153 from lennartb-/patch-3
Update customizing-code-coverage-analysis.md
2 parents ad933de + 988672f commit f0c49ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/customizing-code-coverage-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If **Include** is empty, then code coverage processing includes all assemblies t
8383

8484
Include and exclude nodes use regular expressions. For more information, see [Use regular expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md). Regular expressions aren't the same as wildcards. In particular:
8585

86-
- **.\\*** matches a string of any characters
86+
- **.\*** matches a string of any characters
8787

8888
- **\\.** matches a dot ".")
8989

@@ -273,4 +273,4 @@ Included items must then not match any entries in the exclude list to remain inc
273273

274274
- [Configure unit tests by using a run settings file](../test/configure-unit-tests-by-using-a-dot-runsettings-file.md)
275275
- [Use code coverage to determine how much code is tested](../test/using-code-coverage-to-determine-how-much-code-is-being-tested.md)
276-
- [Unit test your code](../test/unit-test-your-code.md)
276+
- [Unit test your code](../test/unit-test-your-code.md)

0 commit comments

Comments
 (0)