Skip to content

Update testing.{txt,jax} #1484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/testing.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Feb 18
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Apr 07


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -440,8 +440,8 @@ test_settime({expr}) *test_settime()*
GetTime()->test_settime()


test_srand_seed([seed]) *test_srand_seed()*
[seed] が渡されたときは `srand()` で使われる種の値を設定する。
test_srand_seed([{seed}]) *test_srand_seed()*
{seed} が渡されたときは `srand()` で使われる種の値を設定する。
省略されたときはテスト用の種を削除する。


Expand Down
6 changes: 3 additions & 3 deletions en/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*testing.txt* For Vim version 9.1. Last change: 2024 Feb 18
*testing.txt* For Vim version 9.1. Last change: 2024 Apr 07


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -438,8 +438,8 @@ test_settime({expr}) *test_settime()*
GetTime()->test_settime()


test_srand_seed([seed]) *test_srand_seed()*
When [seed] is given this sets the seed value used by
test_srand_seed([{seed}]) *test_srand_seed()*
When {seed} is given this sets the seed value used by
`srand()`. When omitted the test seed is removed.


Expand Down