forked from aniani/vim
patch 8.2.4476: operator name spelled wrong
Problem: Operator name spelled wrong. Solution: Change trinary to ternary. (Goc Dundar, closes #9850)
This commit is contained in:
committed by
Bram Moolenaar
parent
4df5b33f20
commit
e41c1dd889
@@ -43,7 +43,7 @@ func Test_version()
|
||||
call assert_false(has('patch-9.9.1'))
|
||||
endfunc
|
||||
|
||||
func Test_op_trinary()
|
||||
func Test_op_ternary()
|
||||
let lines =<< trim END
|
||||
call assert_equal('yes', 1 ? 'yes' : 'no')
|
||||
call assert_equal('no', 0 ? 'yes' : 'no')
|
||||
|
Reference in New Issue
Block a user