compiler/tests/PPCNodeFirstFollowNextTests.st
changeset 523 09afcf28ed60
parent 464 f6d77fee9811
child 529 439c4057517f
equal deleted inserted replaced
522:837963c607a6 523:09afcf28ed60
    18 	TestAsserter - 
    18 	TestAsserter - 
    19 	Object - 
    19 	Object - 
    20 "
    20 "
    21 !
    21 !
    22 
    22 
       
    23 
    23 !PPCNodeFirstFollowNextTests methodsFor:'setup'!
    24 !PPCNodeFirstFollowNextTests methodsFor:'setup'!
    24 
    25 
    25 setUp
    26 setUp
    26     configuration := PPCConfiguration default.
    27     configuration := PPCConfiguration default.
    27     configuration arguments generate: false.
    28     configuration arguments generate: false.
   670 
   671 
   671     self assert: followSet size: 1.
   672     self assert: followSet size: 1.
   672     self assert: followSet anyMatchesType: PPCTrimmingTokenNode. 
   673     self assert: followSet anyMatchesType: PPCTrimmingTokenNode. 
   673 ! !
   674 ! !
   674 
   675 
       
   676 !PPCNodeFirstFollowNextTests class methodsFor:'documentation'!
       
   677 
       
   678 version_HG
       
   679 
       
   680     ^ '$Changeset: <not expanded> $'
       
   681 ! !
       
   682