--| 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 include-missing-last-delimiter test_description An External_declaration has a list of include files with more than one file in the list. If the final include file name is missing the final `>' or `%"' delimiter and there is no white space around the comma separating the last two file names then the class is accepted, but should not be. copy_sub Ace $TEST Ace define EXTERNAL_STRING ""C [macro %"weasel.h%"] | %"wimp%",%"wimp"" copy_sub test.e $CLUSTER test.e compile_melted compile_result syntax_error TEST 17 define EXTERNAL_STRING ""C [macro %"weasel.h%"] | <wimp>,<wimp"" copy_sub test.e $CLUSTER test.e resume_compile compile_result syntax_error TEST 17 test_end