mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
Fixed typo
This commit is contained in:
parent
380f98ed1f
commit
bdb718471f
@ -43,7 +43,7 @@ a* ~ab* abc Matches all tests that start with 'a', except those that
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Names within square brackets are interpreted as tags.
|
Names within square brackets are interpreted as tags.
|
||||||
A series of tags form an AND expression wheras a comma seperated sequence forms an OR expression. e.g.:
|
A series of tags form an AND expression wheras a comma-separated sequence forms an OR expression. e.g.:
|
||||||
|
|
||||||
<pre>[one][two],[three]</pre>
|
<pre>[one][two],[three]</pre>
|
||||||
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`
|
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`
|
||||||
|
Loading…
Reference in New Issue
Block a user