tests/stx_goodies_petitparser_tests.st
changeset 405 0470a5e6e712
parent 404 8da796db7f95
child 426 2a65c972b937
equal deleted inserted replaced
404:8da796db7f95 405:0470a5e6e712
    12 
    12 
    13 monticelloLastMergedVersionInfo
    13 monticelloLastMergedVersionInfo
    14     "The last merged version is: "
    14     "The last merged version is: "
    15 
    15 
    16     ^ '
    16     ^ '
    17     Name: PetitTests-JanKurs.60
    17     Name: PetitTests-JanKurs.63
    18     Author: JanKurs
    18     Author: JanKurs
    19     Time: 29-09-2014, 11:48:10 AM
    19     Time: 30-10-2014, 12:54:37 PM
    20     UUID: 28fd2e65-c287-4f73-b71e-5b6bb25bebaa
    20     UUID: 7afbeef7-eadf-4d65-bce5-7204e2727edb             
    21     Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main
    21     Repository: http://smalltalkhub.com/mc/Moose/PetitParser/main
    22     '
    22     '
    23 
    23 
    24     "Created: / 03-10-2014 / 02:28:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    24     "Created: / 03-10-2014 / 02:28:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    25     "Modified: / 03-11-2014 / 08:26:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    25 !
    26 !
    26 
    27 
    27 monticelloName
    28 monticelloName
    28     "Return name of the package for Monticello. This is used when package is exported"
    29     "Return name of the package for Monticello. This is used when package is exported"
    29 
    30 
    50      This method is generated automatically,
    51      This method is generated automatically,
    51      by searching along the inheritance chain of all of my classes."
    52      by searching along the inheritance chain of all of my classes."
    52 
    53 
    53     ^ #(
    54     ^ #(
    54         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPArithmeticParser"
    55         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPArithmeticParser"
    55         #'stx:goodies/sunit'    "TestAsserter - superclass of PPAbstractParseTest"
    56         #'stx:goodies/sunit'    "TestAsserter - superclass of PPAbstractParserTest"
    56         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_tests"
    57         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_tests"
    57     )
    58     )
    58 !
    59 !
    59 
    60 
    60 referencedPreRequisites
    61 referencedPreRequisites