Adding baselines.
This commit is contained in:
parent
171fc1d5b7
commit
c4a2cae2ff
@ -0,0 +1,16 @@
|
||||
Class {
|
||||
#name : 'BaselineOfPetitCommonMark',
|
||||
#superclass : 'BaselineOf',
|
||||
#category : 'BaselineOfPetitCommonMark'
|
||||
}
|
||||
|
||||
{ #category : 'baselines' }
|
||||
BaselineOfPetitCommonMark >> baseline: spec [
|
||||
<baseline>
|
||||
spec
|
||||
for: #common
|
||||
do: [
|
||||
spec
|
||||
package: 'PetitCommonMark'
|
||||
with: [ spec requires: #('PetitParser' 'PetitTest' 'petitcompiler' 'petitislands' 'PetitMarkdown') ] ]
|
||||
]
|
1
software/BaselineOfPetitCommonMark/package.st
Normal file
1
software/BaselineOfPetitCommonMark/package.st
Normal file
@ -0,0 +1 @@
|
||||
Package { #name : 'BaselineOfPetitCommonMark' }
|
Loading…
Reference in New Issue
Block a user