Skip to content

Commit a36b688

Browse files
committed
Test: Validate indentation with standalone blocks enabled
1 parent 95cda9c commit a36b688

File tree

3 files changed

+1102
-3
lines changed

3 files changed

+1102
-3
lines changed

test/functions.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ function! TestIndent()
6363
endwhile
6464

6565
if (fail == 1)
66-
echo 'Indent test failed:'
66+
echo 'Indent test failed (' . g:verilog_disable_indent_lst . '):'
6767
echo fail_lines
6868
return 1
6969
else
70-
echo 'Indent test passed'
70+
echo 'Indent test passed (' . g:verilog_disable_indent_lst . ')'
7171
return 0
7272
endif
7373

0 commit comments

Comments
 (0)