Closed CSenshi closed 4 years ago
We need more tests on following 3 rules: Hex, Bin, Octal.
Anyone willing to contribute, please add one more function test in each of these rules' test files and check them on negative numbers, for example: -0x3A should be valid hex representation.
-0x3A
i'll do it
We need more tests on following 3 rules: Hex, Bin, Octal.
Anyone willing to contribute, please add one more function test in each of these rules' test files and check them on negative numbers, for example:
-0x3A
should be valid hex representation.