We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43fff7 commit f863101Copy full SHA for f863101
src/tests/ui.md
@@ -64,6 +64,9 @@ The general form is:
64
65
*test-name*`.`*revision*`.`*compare_mode*`.`*extension*
66
67
+* *test-name* cannot contain dots. This is so that the general form of test
68
+ output filenames have a predictable form we can pattern match on in order to
69
+ track stray test output files.
70
* *revision* is the [revision](#cfg-revisions) name.
71
This is not included when not using revisions.
72
* *compare_mode* is the [compare mode](#compare-modes).
0 commit comments