--| 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-vlel3-mult-diff test_description Violate validity constraint VLEL3 with a feature name which appears more than once in different feature lists copy_sub Ace $TEST Ace copy_raw test1.e $CLUSTER test1.e define EXPORT "{ANY} prefix "+"; {NONE} f, prefix "+"" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} prefix "@weasel"; {NONE} f, prefix "@weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} infix "@wimp"; {NONE} f, infix "@wimp"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} infix "-", f; {ANY} weasel, infix "-"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} weasel, f; {ANY} infix "-", weasel" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} prefix "@wuss", prefix "+"; {TEST} infix "-", infix "@wuss"" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end