Skip to content

Commit 75249ae

Browse files
committed
correct expectation for syntastic_html_tidy_ignore_errors
1 parent e3b996d commit 75249ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/runspec_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
specify "html tidy syntastic ignores" do
66
value_of_variable = vim.echo('g:syntastic_html_tidy_ignore_errors')
7-
value_of_variable.should eq("[' proprietary attribute \"ng-', ' proprietary attribute \"ui-view', '<div> proprietary attribute \"src']")
7+
value_of_variable.should eq("[' proprietary attribute \"ng-', ' proprietary attribute \"ui-view', '<ng-include> is not recognized!', 'discarding unexpected <ng-include>', 'discarding unexpected </ng-include>', '<div> proprietary attribute \"src']")
88
end
99

1010
specify "command with one spec" do

0 commit comments

Comments
 (0)