@@ -92,12 +92,12 @@ var assertSanatized = function( assert, initClasses, expectedClasses, message )
9292
9393QUnit . test ( "_resolveClassesValues" , function ( assert ) {
9494 assert . expect ( 6 ) ;
95- assertSanatized ( assert , "bar ui-corner-bottom" , "bar" , "Single Corner Class Removed end" ) ;
96- assertSanatized ( assert , "ui-corner-bottom bar" , "bar" , "Single Corner Class Removed beginning" ) ;
97- assertSanatized ( assert , "bar ui-corner-bottom ui-corner-left" , "bar" , "Multiple Corner Class Removed end" ) ;
98- assertSanatized ( assert , "ui-corner-bottom ui-corner-left bar" , "bar" , "Multiple Corner Class Removed beginning" ) ;
99- assertSanatized ( assert , "bar ui-corner-bottom ui-corner-left foo" , "bar foo" , "Multiple Corner Class Removed Middle " ) ;
100- assertSanatized ( assert , "bar" , "bar" , "No corner Class " ) ;
95+ assertSanatized ( assert , "bar ui-corner-bottom" , "bar" , "Single corner class removed end" ) ;
96+ assertSanatized ( assert , "ui-corner-bottom bar" , "bar" , "Single corner class removed beginning" ) ;
97+ assertSanatized ( assert , "bar ui-corner-bottom ui-corner-left" , "bar" , "Multiple corner classes removed end" ) ;
98+ assertSanatized ( assert , "ui-corner-bottom ui-corner-left bar" , "bar" , "Multiple corner classes removed beginning" ) ;
99+ assertSanatized ( assert , "bar ui-corner-bottom ui-corner-left foo" , "bar foo" , "Multiple corner class removed middle " ) ;
100+ assertSanatized ( assert , "bar" , "bar" , "No corner classes " ) ;
101101} ) ;
102102
103103} ) ;
0 commit comments