Skip to content

Commit 02b9270

Browse files
committed
doc: sort require statements in tests
PR-URL: #10616 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Prince John Wesley <[email protected]>
1 parent e9044c8 commit 02b9270

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/guides/writing-tests.md

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ These modules are required for the test to run. Except for special cases, these
9090
modules should only include core modules.
9191
The `assert` module is used by most of the tests to check that the assumptions
9292
for the test are met.
93+
Note that require statements are sorted, in
94+
[ASCII](http://man7.org/linux/man-pages/man7/ascii.7.html) order (digits, upper
95+
case, `_`, lower case).
9396

9497
### **Lines 10-21**
9598

0 commit comments

Comments
 (0)