Skip to content

Commit

Permalink
Merge pull request #1341 from vim-jp/hh-update-testing
Browse files Browse the repository at this point in the history
Update testing.{txt,jax}
  • Loading branch information
h-east authored Oct 25, 2023
2 parents c915c7c + aac1e35 commit f31998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/testing.jax
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vimはビルド後にテストできる。通常は "make test" を使用する
リ "src/testdir" にある。

時間の経過とともに追加されたテストには、2つのタイプがある:
test20.in 最も古い、tiny と small ビルド用のみ
test20.in 最も古い、tiny ビルド用のみ
test_something.vim 新形式のテスト

*new-style-testing*
Expand Down
2 changes: 1 addition & 1 deletion en/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vim can be tested after building it, usually with "make test".
The tests are located in the directory "src/testdir".

There are two types of tests added over time:
test20.in oldest, only for tiny and small builds
test20.in oldest, only for tiny builds
test_something.vim new style tests

*new-style-testing*
Expand Down

0 comments on commit f31998c

Please sign in to comment.