Fixing XMLHTML parsing dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-02-08 18:34:14 -05:00
parent 65123bfce2
commit bac482eab8
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
do: [
"Dependencies"
self fossil: spec.
self fossil: spec.
self xmlParserHTML: spec.
spec baseline: 'PetitParser' with: [spec
repository: 'github://moosetechnology/PetitParser:v3.x.x/src';
loads: #('Minimal' 'Indent' 'YAML')].