mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 03:43:51 +00:00
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.
61 lines
292 B
Plaintext
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
|