[gcalctool] Note fractional minutes not yet supported



commit ff1b7059e2c9e89ae00d446c364c11014f7f2a1a
Author: Robert Ancell <robert ancell gmail com>
Date:   Sun Apr 18 18:18:38 2010 +1000

    Note fractional minutes not yet supported

 src/unittest.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/unittest.c b/src/unittest.c
index 145a430..f91a5dd 100644
--- a/src/unittest.c
+++ b/src/unittest.c
@@ -213,6 +213,7 @@ test_equations()
     test("0°", "0", 0);
     test("1°", "1", 0);
     test("0°30'", "0.5", 0);
+    //test("0°0.1'", "1", 0); // FIXME: Not yet supported
     test("0°0'1\"", "0.000277778", 0);
     test("0°0'0.1\"", "0.000027778", 0);
     test("1.00", "1", 0);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]