RegressionTests__RxTests.st
changeset 1866 9bbbd1ca36af
parent 1865 138c16432f69
child 1867 fe4485bf8ffd
equal deleted inserted replaced
1865:138c16432f69 1866:9bbbd1ca36af
     1 "{ Package: 'stx:goodies/regex' }"
     1 "{ Package: 'stx:goodies/regex' }"
     2 
     2 
     3 "{ NameSpace: Regex }"
     3 "{ NameSpace: RegressionTests }"
     4 
     4 
     5 TestCase subclass:#RxTests
     5 TestCase subclass:#RxTests
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'Regex-Syntax'
     9 	category:'tests-Regression'
    10 !
    10 !
    11 
    11 
    12 !RxTests class methodsFor:'documentation'!
    12 !RxTests class methodsFor:'documentation'!
    13 
    13 
    14 documentation
    14 documentation