Fixing baseline package name.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-06 09:02:00 -05:00
parent 1a44e25dc4
commit cda799d210
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ BaselineOfMiniDocs >> baseline: spec [
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ]; baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
baseline: 'PetitParser' with: [ baseline: 'PetitParser' with: [
spec spec
loads: #('Minimal' 'Core' 'Test' 'Islands'); loads: #('Minimal' 'Core' 'Tests' 'Islands');
repository: 'github://moosetechnology/PetitParser:v3.x.x/src' repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
]. ].
"self xmlParserHTML: spec." "self xmlParserHTML: spec."