From d2ae5396375f589f2aa6045f6274db07761684de Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Wed, 9 Jul 2025 13:41:53 +0200 Subject: [PATCH] Improved documentation about scope test format guidelines --- .../src/docs/contributing/scope-test-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cursorless-org-docs/src/docs/contributing/scope-test-format.md b/packages/cursorless-org-docs/src/docs/contributing/scope-test-format.md index f3d482b01d..dbc346ed6e 100644 --- a/packages/cursorless-org-docs/src/docs/contributing/scope-test-format.md +++ b/packages/cursorless-org-docs/src/docs/contributing/scope-test-format.md @@ -99,7 +99,7 @@ foo(aaa, bbb); ### Keep it compact -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. +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. ``` >---<