Skip to content

Commit 83820ff

Browse files
Improved documentation about scope test format guidelines (#3029)
1 parent 4afe3b5 commit 83820ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-org-docs/src/docs/contributing/scope-test-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ foo(aaa, bbb);
9999

100100
### Keep it compact
101101

102-
Don't add more lines than the example actually needs. For example if the test is about the class name, the facet `name.class`: there is no point having a lot of code in the class body or having its span multiple lines.
102+
Don't add more lines than the example actually needs. For example if the test is about the class name, the facet `name.class`: there is no point having a lot of code in the class body or having it span multiple lines. Keep the code single line and with an empty body if possible.
103103

104104
```
105105
>---<

0 commit comments

Comments
 (0)