Skip to content

Commit fc58ad7

Browse files
committed
Translated doc/usr_41 (8)
1 parent 3112442 commit fc58ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,8 +2196,8 @@ assert_equal({expected}, {actual} [, {msg}])
21962196
{expected}{actual}が等しくない場合、|v:errors|にエラーメッセージ
21972197
を追加する。
21982198
暗黙的な変換は行われないため、文字列 "4" は数値 4 とは異なる。
2199-
数値 4 は浮動小数点数 4.0 も同じく。ここで'ignorecase'の値が使
2200-
われないことは重要である
2199+
同様に、数値 4 は浮動小数点数 4.0 と異なる。ここで'ignorecase'
2200+
の値が使われないことは重要である
22012201
{msg}が省略された場合、"Expected {expected} but got {actual}"
22022202
という形式のメッセージが生成される。
22032203
例: >

0 commit comments

Comments
 (0)