File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -380,8 +380,11 @@ The `.js` file is like a module (except the loader takes care of
380
380
` FILTER_CRATE ` can be left out (equivalent to searching "all crates"), but you
381
381
have to specify ` EXPECTED ` or ` PARSED ` .
382
382
383
- By default, the test fails if any of the expected results are missing,
384
- or if the results don't appear in the specified order.
383
+
384
+
385
+ By default, the test fails if any of the results specified in the test case are
386
+ not found after running the search, or if the results found after running the
387
+ search don't appear in the same order that they do in the test.
385
388
The actual search results may, however, include results that aren't in the test.
386
389
To override this, specify any of the following magic comments.
387
390
Put them on their own line, without indenting.
You can’t perform that action at this time.
0 commit comments