[gcalctool] Add some equations that fail



commit 49643a9599c45282d4ca1532bbb96ee281a16cea
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Mar 5 16:39:54 2010 +1100

    Add some equations that fail

 src/unittest.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/unittest.c b/src/unittest.c
index e444ec4..c492cc0 100644
--- a/src/unittest.c
+++ b/src/unittest.c
@@ -191,6 +191,12 @@ test_parser()
     test("Ï?e", "8.539734223", 0);
     test("eÏ?", "8.539734223", 0);
     test("2Ï?e", "17.079468445", 0);
+    /* All failing currently */
+    /*test("Ï?²e", "26.828366298", 0);
+    test("Ï?e²", "23.213404357", 0);
+    test("2Ï?²e", "53.656732595", 0);
+    test("2Ï?e²", "46.426808715", 0);
+    test("2Ï?²e²", "145.854121188", 0);*/
 
     test("0+0", "0", 0);
     test("1+1", "2", 0);



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