mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Expanded tag documentation
It now mentions that most characters are valid as part of tag and other details. Closes #909
This commit is contained in:
		| @@ -28,7 +28,7 @@ The tag expression, ```"[widget]"``` selects A, B & D. ```"[gadget]"``` selects | ||||
|  | ||||
| For more detail on command line selection see [the command line docs](command-line.md#specifying-which-tests-to-run) | ||||
|  | ||||
| Tag names are not case sensitive. | ||||
| Tag names are not case sensitive and can contain any ASCII characters. This means that tags `[tag with spaces]` and `[I said "good day"]` are both allowed tags and can be filtered on. Escapes are not supported however and `[\]] is not a valid tag. | ||||
|  | ||||
| ### Special Tags | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský