Files
mercury/tests/hard_coded/fact_table_test_1_table_a
Zoltan Somogyi 18933e8ec1 Add more thorough tests of fact tables.
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.
2016-12-16 08:01:29 +11:00

8 lines
147 B
Plaintext

table_a( 1, 0, 1).
table_a( 4, 2, -2).
table_a( 7, 5, 1).
table_a(10, 8, -2).
table_a(13, 12, 3).
table_a(16, 17, -4).
table_a(19, 23, 3).