equal
deleted
inserted
replaced
1 "{ Package: 'stx:goodies/petitparser/tests' }" |
1 "{ Package: 'stx:goodies/petitparser/tests' }" |
|
2 |
|
3 "{ NameSpace: Smalltalk }" |
2 |
4 |
3 LibraryDefinition subclass:#stx_goodies_petitparser_tests |
5 LibraryDefinition subclass:#stx_goodies_petitparser_tests |
4 instanceVariableNames:'' |
6 instanceVariableNames:'' |
5 classVariableNames:'' |
7 classVariableNames:'' |
6 poolDictionaries:'' |
8 poolDictionaries:'' |
64 Attributes are: #autoload or #<os> where os is one of win32, unix,..." |
66 Attributes are: #autoload or #<os> where os is one of win32, unix,..." |
65 |
67 |
66 ^ #( |
68 ^ #( |
67 "<className> or (<className> attributes...) in load order" |
69 "<className> or (<className> attributes...) in load order" |
68 PPAbstractParserTest |
70 PPAbstractParserTest |
|
71 PPParserResource |
69 #'stx_goodies_petitparser_tests' |
72 #'stx_goodies_petitparser_tests' |
|
73 PPComposedTest |
70 PPCompositeParserTest |
74 PPCompositeParserTest |
|
75 PPExtensionTest |
|
76 PPMappingTest |
|
77 PPObjectTest |
|
78 PPParserTest |
|
79 PPPredicateTest |
|
80 PPScriptingTest |
|
81 PPArithmeticParserTest |
|
82 PPLambdaParserTest |
|
83 PPExpressionParserTest |
|
84 (PPTokenTest autoload) |
71 ) |
85 ) |
72 ! |
86 ! |
73 |
87 |
74 extensionMethodNames |
88 extensionMethodNames |
75 "lists the extension methods which are to be included in the project. |
89 "lists the extension methods which are to be included in the project. |
106 ! ! |
120 ! ! |
107 |
121 |
108 !stx_goodies_petitparser_tests class methodsFor:'documentation'! |
122 !stx_goodies_petitparser_tests class methodsFor:'documentation'! |
109 |
123 |
110 version |
124 version |
111 ^ '$Header: /cvs/stx/stx/goodies/petitparser/tests/stx_goodies_petitparser_tests.st,v 1.3 2014-03-04 20:32:06 cg Exp $' |
125 ^ '$Header$' |
112 ! |
126 ! |
113 |
127 |
114 version_CVS |
128 version_CVS |
115 ^ '$Header: /cvs/stx/stx/goodies/petitparser/tests/stx_goodies_petitparser_tests.st,v 1.3 2014-03-04 20:32:06 cg Exp $' |
129 ^ '$Header$' |
116 ! ! |
130 ! ! |
117 |
131 |