@@ -688,16 +688,16 @@ exports.bootlint = {
688688 'outdated version of Bootstrap' : function ( test ) {
689689 test . expect ( 5 ) ;
690690 test . deepEqual ( lintHtml ( utf8Fixture ( 'outdated/bootstrap-css.html' ) ) ,
691- [ 'Bootstrap version might be outdated. Latest version is at least 3.4.0 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
691+ [ 'Bootstrap version might be outdated. Latest version is at least 3.4.1 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
692692 'should complain about outdated bootstrap.css.' ) ;
693693 test . deepEqual ( lintHtml ( utf8Fixture ( 'outdated/bootstrap-min-css.html' ) ) ,
694- [ 'Bootstrap version might be outdated. Latest version is at least 3.4.0 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
694+ [ 'Bootstrap version might be outdated. Latest version is at least 3.4.1 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
695695 'should complain about outdated bootstrap.min.css.' ) ;
696696 test . deepEqual ( lintHtml ( utf8Fixture ( 'outdated/bootstrap-js.html' ) ) ,
697- [ 'Bootstrap version might be outdated. Latest version is at least 3.4.0 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
697+ [ 'Bootstrap version might be outdated. Latest version is at least 3.4.1 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
698698 'should complain about outdated bootstrap.js.' ) ;
699699 test . deepEqual ( lintHtml ( utf8Fixture ( 'outdated/bootstrap-min-js.html' ) ) ,
700- [ 'Bootstrap version might be outdated. Latest version is at least 3.4.0 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
700+ [ 'Bootstrap version might be outdated. Latest version is at least 3.4.1 ; saw what appears to be usage of Bootstrap 3.2.0' ] ,
701701 'should complain about outdated bootstrap.min.js.' ) ;
702702 test . deepEqual ( lintHtml ( utf8Fixture ( 'outdated/bootstrap-extensions-okay.html' ) ) ,
703703 [ ] ,
0 commit comments