Fix typo in test

This commit is contained in:
Yutaka HARA
2016-11-22 16:25:18 +09:00
committed by GitHub
parent a3f8206ce6
commit aaa86a1fd5
+1 -1
View File
@@ -26,7 +26,7 @@ assert('Literals Numerical', '8.7.6.2') do
assert_equal 10000000, 10_000_000
assert_equal 10, 1_0
# integer with exponent
assert_equal 10.0, 1e1,
assert_equal 10.0, 1e1
assert_equal(0.1, 1e-1)
assert_equal 10.0, 1e+1
# float with exponent