Fixing 'SpecializedGrammars' definition in default group.
This commit is contained in:
parent
7847f95192
commit
62745b4612
@ -28,15 +28,15 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
|
||||
"Groups"
|
||||
spec
|
||||
group: 'default' with: #('Core' 'SpecializedGrammars' 'Extensions');
|
||||
group: 'default' with: #('Core' 'Grammars' 'Extensions');
|
||||
group: 'Core' with: #('MiniDocs-Core');
|
||||
group: 'SpecializedGrammars' with: #('MiniDocs-SpecializedGrammars');
|
||||
group: 'Grammars' with: #('MiniDocs-Grammars');
|
||||
group: 'Extensions' with: #('MiniDocs-Extensions');
|
||||
group: 'Examples' with: #('MiniDocs-Examples');
|
||||
group: 'External' with: #('MiniDocs-External');
|
||||
group: 'Legacy' with: #('MiniDocs-Legacy');
|
||||
"group: 'Manifest' with: #('MiniDocs-Manifest');"
|
||||
group: 'All' with: #('Core' 'SpecializedGrammars' 'Extensions' 'Examples' 'External' 'Legacy' "'Manifest'")
|
||||
group: 'All' with: #('Core' 'Grammars' 'Extensions' 'Examples' 'External' 'Legacy' "'Manifest'")
|
||||
|
||||
].
|
||||
spec
|
||||
|
@ -4,7 +4,7 @@ Class {
|
||||
#instVars : [
|
||||
'youtubeEmbeddedLink'
|
||||
],
|
||||
#category : #'MiniDocs-SpecializedGrammars'
|
||||
#category : #'MiniDocs-Grammars'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
|
@ -1,7 +1,7 @@
|
||||
Class {
|
||||
#name : #HedgeDocGrammarTest,
|
||||
#superclass : #PP2CompositeNodeTest,
|
||||
#category : #'MiniDocs-SpecializedGrammars'
|
||||
#category : #'MiniDocs-Grammars'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
|
@ -11,7 +11,7 @@ Class {
|
||||
'alternativeImages',
|
||||
'imageLink'
|
||||
],
|
||||
#category : #'MiniDocs-SpecializedGrammars'
|
||||
#category : #'MiniDocs-Grammars'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
|
@ -1,7 +1,7 @@
|
||||
Class {
|
||||
#name : #PubPubGrammarTest,
|
||||
#superclass : #PP2CompositeNodeTest,
|
||||
#category : #'MiniDocs-SpecializedGrammars'
|
||||
#category : #'MiniDocs-Grammars'
|
||||
}
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Loading…
Reference in New Issue
Block a user