Files
mercury/tests/hard_coded/parse_number_from_io.exp4
Julien Fischer c0524841a2 More documentation of expected outputs.
Fix a test failure in spf grades.

tests/hard_coded/backend_external.m:
tests/hard_coded/from_int_uint32.m:
tests/hard_coded/parse_number_from_io.m:
tests/hard_coded/remove_file.m:
tests/hard_coded/uint_arith.m:
    As above.

tests/hard_coded/parse_number_from_io.exp4:
    Alternative expected output for spf grades.
2018-09-06 13:45:50 +10:00

61 lines
292 B
Plaintext

Decimal:
0
0
0
0
10
-10
10
-10
1
1
-1
-1
Binary:
0
0
1
-1
68
-68
Octal:
511
-511
511
-511
511
-511
511
-511
Hexadecimal:
255
-255
255
-255
255
-255
4095
Float:
0.123
-0.123
0.123
-0.123
1.123
-1.123
12.123
-12.123
12.123
-12.123
1.23e+13
1.23e+13
1.2e+12
1.2e+12
1.2e-10
1.2e-10
0.0
1.01