mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
tests/hard_coded/fact_table_test_{1,2}.{m,exp}:
Add these two test cases.
tests/hard_coded/fact_table_test_1_table_a:
tests/hard_coded/fact_table_test_1_table_b:
tests/hard_coded/fact_table_test_1_table_c:
tests/hard_coded/fact_table_test_2_table_a:
The fact table files of the new test cases.
tests/hard_coded/Mmakefile:
Enable the new test cases.
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
table_b( 1.0, 0.0, 1.0).
|
|
table_b( 4.0, 2.0, -2.0).
|
|
table_b( 7.0, 5.0, 1.0).
|
|
table_b(10.0, 8.0, -2.0).
|
|
table_b(13.0, 12.0, 3.0).
|
|
table_b(16.0, 17.0, -4.0).
|
|
table_b(19.0, 23.0, 3.0).
|