/test/language/unclassified/test_id_file.e
Specman e | 36 lines | 4 code | 2 blank | 30 comment | 0 complexity | 92aa9916b4eb618d7477f4ba33afa13a MD5 | raw file
1-- See the Copyright notice at the end of this file. 2-- 3class TEST_ID_FILE 4 -- There is a spurious class (called 'SPROCKET') in the .id file, but that shouldn't cause a fatal error. 5 6create {} 7 default_create 8 9end -- class TEST_ID_FILE 10-- 11-- ------------------------------------------------------------------------------------------------------------ 12-- Copyright notice below. Please read. 13-- 14-- This file is part of the SmartEiffel standard library. 15-- Copyright(C) 1994-2002: INRIA - LORIA (INRIA Lorraine) - ESIAL U.H.P. - University of Nancy 1 - FRANCE 16-- Copyright(C) 2003-2006: INRIA - LORIA (INRIA Lorraine) - I.U.T. Charlemagne - University of Nancy 2 - FRANCE 17-- 18-- Authors: Dominique COLNET, Philippe RIBET, Cyril ADRIAN, Vincent CROIZIER, Frederic MERIZEN 19-- 20-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 21-- documentation files (the "Software"), to deal in the Software without restriction, including without 22-- limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 23-- the Software, and to permit persons to whom the Software is furnished to do so, subject to the following 24-- conditions: 25-- 26-- The above copyright notice and this permission notice shall be included in all copies or substantial 27-- portions of the Software. 28-- 29-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 30-- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 31-- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 32-- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 33-- OR OTHER DEALINGS IN THE SOFTWARE. 34-- 35-- http://SmartEiffel.loria.fr - SmartEiffel@loria.fr 36-- ------------------------------------------------------------------------------------------------------------