Skip to content

Commit 7b3c844

Browse files
Issue #153: add docs for the TEST_SEPARATOR_LENGTH parameter
1 parent b79c5b3 commit 7b3c844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
* `"white"`;
3939
* `test/` — модуль для юнит-тестирования:
4040
* `test(name: str, test: closure(): bool): bool`;
41-
* `group(name: str, tests: closure(): list<bool>): list<bool>`.
41+
* `group(name: str, tests: closure(): list<bool>): list<bool>` (переменная окружения `TEST_SEPARATOR_LENGTH` задаёт ширину разделителей групп; по умолчанию: 80).

0 commit comments

Comments
 (0)