Tabs: fixed test in IE...

This commit is contained in:
Klaus Hartl 2009-02-01 21:28:10 +00:00
parent bc967db6b2
commit 844d0c1833

View File

@ -267,7 +267,7 @@ module('tabs: Tickets');
el = $('#tabs2').tabs();
equals( $('a:eq(2)', el).data('load.tabs'), 'test.html', 'should ignore fragment identifier' );
ok(/test.html$/.test( $('a:eq(2)', el).data('load.tabs') ), 'should ignore fragment identifier');
});