Selaa lähdekoodia

- fixed validation of some tests

Ronny Otto 11 vuotta sitten
vanhempi
commit
4defa2702b

+ 2 - 1
tests/framework/language/array_slice.res

@@ -226,4 +226,5 @@ Before:
 [
 [
   GGGGGGGG   :   8
   GGGGGGGG   :   8
   HHHHHHHH   :   8
   HHHHHHHH   :   8
-]
+]
+

+ 3 - 2
tests/framework/language/fp_arrays_01.res

@@ -1,2 +1,3 @@
-func1
-func2
+func1 1 1 1.0000000000000000
+func2 2 2 2.0000000000000000
+func3 3 3 3.0000000000000000

+ 1 - 1
tests/framework/mod/brl/math/math_01.res

@@ -17,4 +17,4 @@ Exp(15) = 3269017.3724721107
 Log(20) = 2.9957322735539909
 Log(20) = 2.9957322735539909
 Log10(25) = 1.3979400086720377
 Log10(25) = 1.3979400086720377
 Ceil(355.5) = 356.00000000000000
 Ceil(355.5) = 356.00000000000000
-Floar(355.5) = 355.00000000000000
+Floor(355.5) = 355.00000000000000