mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23: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.
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
table_c(" 1", " 0", " 1").
|
|
table_c(" 4", " 2", "-2").
|
|
table_c(" 7", " 5", " 1").
|
|
table_c("10", " 8", "-2").
|
|
table_c("13", "12", " 3").
|
|
table_c("16", "17", "-4").
|
|
table_c("19", "23", " 3").
|