orderrule.sa


Generated by gen_html_sa_files from ICSI. Contact gomes@icsi.berkeley.edu for details
 

class TEST_ORDER_RULE

class TEST_ORDER_RULE is -- This is a test program to test the cultural character repertoire -- class. Note that it is not portable for simplicity in building a local -- library. -- Version 1.0 Oct 97. Copyright K Hopper, U of Waikato -- Development History -- ------------------- -- Date Who By Detail -- ---- ------ ------ -- 13 Oct 97 kh Original include TEST ; main is class_name("ORDER_RULE") ; rule : ORDER_RULE := ORDER_RULE::create(true,false) ; test("forward",rule.forward.str,true.str) ; test("positional",rule.positional,false.str) ; finish end ; end ; -- TEST_ORDER_RULE