compiler/tests/PPCNodeFirstFollowNextTests.st
changeset 422 116d2b2af905
parent 421 7e08b31e0dae
child 452 9f4558b3be66
equal deleted inserted replaced
421:7e08b31e0dae 422:116d2b2af905
     1 "{ Package: 'stx:goodies/petitparser/compiler/tests' }"
     1 "{ Package: 'stx:goodies/petitparser/compiler/tests' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 TestCase subclass:#PPCNodeFirstFollowNextTests
     5 TestCase subclass:#PPCNodeFirstFollowNextTests
     4 	instanceVariableNames:'tree first node followSet'
     6 	instanceVariableNames:'tree first node followSet'
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''