mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 19:33:46 +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.
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
table_a(1, 0.0, "1").
|
|
table_a(2, 2.0, "3").
|
|
table_a(2, 3.0, "3").
|
|
table_a(3, 7.0, "4").
|
|
table_a(4, 4.0, "2").
|
|
table_a(5, 9.0, "2").
|
|
table_a(6, 5.0, "3").
|
|
table_a(8, 8.0, "2").
|
|
table_a(9, 1.0, "6").
|