module( 'jquery.mwPrototypes.js' ); test( 'String functions', function() { equal( $.trimLeft( ' foo bar ' ), 'foo bar ', 'trimLeft' ); equal( $.trimRight( ' foo bar ' ), ' foo bar', 'trimRight' ); equal( $.ucFirst( 'foo'), 'Foo', 'ucFirst' ); equal( $.escapeRE( '