SmallSense__SmalltalkParserTests.st
changeset 252 feba6ee5c814
parent 249 8bc64027b189
child 320 5242593726f0
child 374 e65bd2bf892a
equal deleted inserted replaced
251:7de7bc1693d6 252:feba6ee5c814
       
     1 "
       
     2 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
       
     3 Copyright (C) 2013-2014 Jan Vrany
       
     4 
       
     5 This library is free software; you can redistribute it and/or
       
     6 modify it under the terms of the GNU Lesser General Public
       
     7 License as published by the Free Software Foundation; either
       
     8 version 2.1 of the License. 
       
     9 
       
    10 This library is distributed in the hope that it will be useful,
       
    11 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 Lesser General Public License for more details.
       
    14 
       
    15 You should have received a copy of the GNU Lesser General Public
       
    16 License along with this library; if not, write to the Free Software
       
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
       
    18 "
     1 "{ Package: 'stx:goodies/smallsense' }"
    19 "{ Package: 'stx:goodies/smallsense' }"
     2 
    20 
     3 "{ NameSpace: SmallSense }"
    21 "{ NameSpace: SmallSense }"
     4 
    22 
     5 TestCase subclass:#SmalltalkParserTests
    23 TestCase subclass:#SmalltalkParserTests
     7 	classVariableNames:''
    25 	classVariableNames:''
     8 	poolDictionaries:''
    26 	poolDictionaries:''
     9 	category:'SmallSense-Tests-Obsolete'
    27 	category:'SmallSense-Tests-Obsolete'
    10 !
    28 !
    11 
    29 
       
    30 !SmalltalkParserTests class methodsFor:'documentation'!
       
    31 
       
    32 copyright
       
    33 "
       
    34 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
       
    35 Copyright (C) 2013-2014 Jan Vrany
       
    36 
       
    37 This library is free software; you can redistribute it and/or
       
    38 modify it under the terms of the GNU Lesser General Public
       
    39 License as published by the Free Software Foundation; either
       
    40 version 2.1 of the License. 
       
    41 
       
    42 This library is distributed in the hope that it will be useful,
       
    43 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    45 Lesser General Public License for more details.
       
    46 
       
    47 You should have received a copy of the GNU Lesser General Public
       
    48 License along with this library; if not, write to the Free Software
       
    49 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
       
    50 "
       
    51 ! !
    12 
    52 
    13 !SmalltalkParserTests methodsFor:'parseTests'!
    53 !SmalltalkParserTests methodsFor:'parseTests'!
    14 
    54 
    15 test1
    55 test1
    16     |collector|
    56     |collector|