We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8eeff commit 88bd6caCopy full SHA for 88bd6ca
src/tests/ui.md
@@ -207,6 +207,10 @@ There are several ways to match the message with the line (see the examples belo
207
This is more convenient than using multiple carets when there are multiple
208
messages associated with the same line.
209
210
+The space character between `//~` (or other variants) and the subsequent text
211
+is negligible (i.e. there is no semantic difference between `//~ ERROR` and
212
+`//~ERROR` although the former is more common in the codebase).
213
+
214
### Error annotation examples
215
216
Here are examples of error annotations on different lines of UI test
0 commit comments