Debugging MiniDocs loading. LepiterBuildingBlocs seems the culprit, instead of PetitParser islands. Recovering their loading.
This commit is contained in:
parent
aec4b58e23
commit
4399531c8d
@ -17,7 +17,10 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/Teapot/source' ];
|
||||
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
|
||||
baseline: 'LepiterBuildingBlocs' with: [spec repository: 'github://botwhytho/LepiterBuildingBlocs:main/src'];
|
||||
baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser:v3.x.x/src' ].
|
||||
baseline: 'PetitParser' with: [
|
||||
spec
|
||||
loads: #('Minimal' 'Core' 'Tests' 'Islands');
|
||||
repository: 'github://moosetechnology/PetitParser:v3.x.x/src' ].
|
||||
"self fossil: spec."
|
||||
self xmlParserHTML: spec.
|
||||
"Packages"
|
||||
|
Loading…
Reference in New Issue
Block a user