Skip to content

Commit 7bfd753

Browse files
authored
Merge pull request #1484 from vim-jp/hh-update-testing
2 parents 1d0d7fb + df68700 commit 7bfd753

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/testing.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Feb 18
1+
*testing.txt* For Vim バージョン 9.1. Last change: 2024 Apr 07
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -440,8 +440,8 @@ test_settime({expr}) *test_settime()*
440440
GetTime()->test_settime()
441441
442442
443-
test_srand_seed([seed]) *test_srand_seed()*
444-
[seed] が渡されたときは `srand()` で使われる種の値を設定する。
443+
test_srand_seed([{seed}]) *test_srand_seed()*
444+
{seed} が渡されたときは `srand()` で使われる種の値を設定する。
445445
省略されたときはテスト用の種を削除する。
446446

447447

en/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim version 9.1. Last change: 2024 Feb 18
1+
*testing.txt* For Vim version 9.1. Last change: 2024 Apr 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -438,8 +438,8 @@ test_settime({expr}) *test_settime()*
438438
GetTime()->test_settime()
439439
440440
441-
test_srand_seed([seed]) *test_srand_seed()*
442-
When [seed] is given this sets the seed value used by
441+
test_srand_seed([{seed}]) *test_srand_seed()*
442+
When {seed} is given this sets the seed value used by
443443
`srand()`. When omitted the test seed is removed.
444444

445445

0 commit comments

Comments
 (0)