--| 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-vlel2-basic test_description Violate validity constraint VLEL2 with feature names which are not final names of features obtained from parent copy_sub Ace $TEST Ace copy_raw test1.e $CLUSTER test1.e define EXPORT "{ANY} prefix "+", prefix "-"; {NONE} prefix "@weasel"" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} prefix "+"; {NONE} infix "@weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} infix "+"; {NONE} prefix "@weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} prefix "-"; {NONE} prefix "@weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} prefix "+"; {NONE} prefix "@wimp"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} f, f1" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} f1, f" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} f1" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} g" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} prefix "-"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} prefix "@wimp"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} infix "+"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} infix "@weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(2) define EXPORT "{ANY} weasel" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end