tests/stx_goodies_petitparser_tests.st
changeset 375 e2b2f08d054e
parent 324 68f6e07a7837
child 376 a2656b27cace
equal deleted inserted replaced
374:1ba87229ee7e 375:e2b2f08d054e
    63      or an array-literal consisting of class name and attributes.
    63      or an array-literal consisting of class name and attributes.
    64      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    64      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    65 
    65 
    66     ^ #(
    66     ^ #(
    67         "<className> or (<className> attributes...) in load order"
    67         "<className> or (<className> attributes...) in load order"
    68         PPAbstractParserTest
    68         (PPAbstractParserTest autoload)
    69         #'stx_goodies_petitparser_tests'
    69         #'stx_goodies_petitparser_tests'
    70         PPCompositeParserTest
    70         (PPCompositeParserTest autoload)
       
    71         (PPAbstractParseTest autoload)
       
    72         (PPArithmeticParserTest autoload)
       
    73         (PPComposedTest autoload)
       
    74         (PPExtensionTest autoload)
       
    75         (PPLambdaParserTest autoload)
       
    76         (PPObjectTest autoload)
       
    77         (PPParserResource autoload)
       
    78         (PPParserTest autoload)
       
    79         (PPPredicateTest autoload)
       
    80         (PPScriptingTest autoload)
       
    81         (PPTokenTest autoload)
       
    82         (PPExpressionParserTest autoload)
       
    83         (PPMappingTest autoload)
       
    84         (PPArithmeticParser autoload)
       
    85         (PPLambdaParser autoload)
    71     )
    86     )
    72 !
    87 !
    73 
    88 
    74 extensionMethodNames
    89 extensionMethodNames
    75     "lists the extension methods which are to be included in the project.
    90     "lists the extension methods which are to be included in the project.