Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
naclyhara authored Nov 22, 2016
1 parent a3f8206 commit aaa86a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/literals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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
Expand Down

0 comments on commit aaa86a1

Please sign in to comment.