Sha256: b43ab1431addadd80ed71d49c0438951b0fd26fe326eecd81082b0317ed1f773
Contents?: true
Size: 247 Bytes
Versions: 30
Compression:
Stored size: 247 Bytes
Contents
# test for PR#134 -- int('') and long('') should raise ValueErrors for func in (int, long, float): try: func('') except ValueError: pass else: print 'function', func, 'with empty input should raise ValueError'
Version data entries
30 entries across 30 versions & 1 rubygems