Debugging baseline, adding dataframe.

This commit is contained in:
ruidajo 2024-04-02 23:21:15 +00:00
parent 82405165e1
commit 2037af37a3
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ BaselineOfMiniDocs >> baseline: spec [
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
baseline: 'DataFrame' with: [ spec repository: 'github://PolyMathOrg/DataFrame/src' ].
"self fossil: spec."
self xmlParserHTML: spec.