We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b996d commit 75249aeCopy full SHA for 75249ae
1 file changed
spec/runspec_spec.rb
@@ -4,7 +4,7 @@
4
5
specify "html tidy syntastic ignores" do
6
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']")
+ 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']")
8
end
9
10
specify "command with one spec" do
0 commit comments