Skip to content

Commit 8dd41d7

Browse files
committed
Fix test
1 parent d00667f commit 8dd41d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gen_opt_test.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ let test_values = {
138138
\ 'rubydll': [[], []],
139139
\ 'tcldll': [[], []],
140140
\
141+
\ 'blurradius': [[], [-1]],
142+
\ 'fuoptions': [[], ['xxx']],
143+
\ 'transparency': [[], ['-1']],
144+
\
141145
\ 'othernum': [[-1, 0, 100], ['']],
142146
\ 'otherstring': [['', 'xxx'], []],
143147
\}

0 commit comments

Comments
 (0)