A negative denominator case in the Rational string parsing test
This commit is contained in:
parent
c33615b654
commit
fd440b09fc
@ -823,6 +823,8 @@ class Rational_Test < Test::Unit::TestCase
|
||||
ng[5, 1, '5/_3']
|
||||
ng[5, 3, '5/3_']
|
||||
ng[5, 3, '5/3x']
|
||||
|
||||
ng[5, 1, '5/-3']
|
||||
end
|
||||
|
||||
def test_parse_zero_denominator
|
||||
|
Loading…
x
Reference in New Issue
Block a user