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