see issue 571 moar-coverage
authorDan Vanderkam <danvdk@gmail.com>
Sun, 29 Mar 2015 03:25:50 +0000 (23:25 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Sun, 29 Mar 2015 03:25:50 +0000 (23:25 -0400)
auto_tests/tests/axis_labels.js

index 7655213..a819214 100644 (file)
@@ -663,7 +663,7 @@ it('testSmallLabelKMG2', function() {
   );
 
   // TODO(danvk): this is strange--the values aren't on powers of two, and are
-  // these units really used for powers of two in <1?
+  // these units really used for powers of two in <1? See issue #571.
   assert.deepEqual(['0', '0.48u', '0.95u', '1.43u', '1.91u'],
                    Util.getYLabels());
 });