File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ You can also check or uncheck the boxes of the parent groups in the hierarchy. T
228
228
229
229
![ Playlist xml file] ( ../test/media/vs-2019/test-explorer-playlist-xml-file.png )
230
230
231
- If you would like to make a playlist for traits use the format below for MSTest.
231
+ If you would like to make a playlist for traits, use the following format for MSTest.
232
232
``` xml
233
233
<Playlist Version =" 2.0" >
234
234
<Rule Name =" Includes" Match =" Any" >
@@ -237,7 +237,7 @@ If you would like to make a playlist for traits use the format below for MSTest.
237
237
</Playlist >
238
238
```
239
239
240
- Use the format below for xUnit. Make sure there is a space between your ` TestCategory ` name and the ` [Value] ` .
240
+ Use the following format for xUnit. Make sure there is a space between your ` TestCategory ` name and the ` [Value] ` .
241
241
``` xml
242
242
<Playlist Version =" 2.0" >
243
243
<Rule Name =" Includes" Match =" Any" >
You can’t perform that action at this time.
0 commit comments