--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name validity-vhrc-switch-names test_description Switch names - does not violate VHRC copy_sub Ace $TEST Ace copy_raw test1.e $CLUSTER test1.e define RENAME "rename prefix "not" as prefix "###", prefix "###" as prefix "not" end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define RENAME "rename infix "###" as infix "@free_operator", infix "@free_operator" as infix "###" end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define RENAME "rename old_feature as new_feature, new_feature as old_feature end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define RENAME "rename old_feature as new_feature, new_feature as infix "###", infix "###" as infix "@free_operator", infix "@free_operator" as old_feature end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define RENAME "rename old_feature as new_feature, infix "###" as infix "@free_operator", new_feature as infix "###", infix "@free_operator" as old_feature end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok test_end