User "Nikerabbit" posted a comment on MediaWiki.r89916.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89916#c17948
Commit summary:
tests for pubsub and units.bytes
Comment:
<pre>
+it( "should say 1024 = 1K", function() {
expect( mw.units.bytes( 1024 ) ).toEqual( '1 K' );
</pre>
Kelvins? Should be kB or KB or heck, even KiB :) Comment should have a space
between 1 and K. Imho those should be non-breaking spaces even.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview