Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Nov 4, 2024
1 parent d636582 commit b11a6a4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/BaselineOfMicrodown/BaselineOfMicrodown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ BaselineOfMicrodown >> baseline: spec [
package: #'Microdown-MathFlaky-Tests'
with: [ spec requires: #( #'Microdown-RichTextComposer-Tests' ) ];

"package: #'Microdown-RichTextPresenter'
with: [ spec requires: #( #Microdown ) ];
package: #'Microdown-RichTextPresenter-Tests'
with: [ spec requires: #( #'Microdown-RichTextPresenter' ) ];
package: #'Microdown-DocumentBrowser'
with: [ spec requires: #( #Microdown #'Microdown-RichTextPresenter') ];
package: #'Microdown-DocumentBrowser-Tests'
with: [ spec requires: #( #'Microdown-DocumentBrowser' ) ];"

package: #'Microdown-Transformer'
with: [ spec requires: #( #Microdown ) ];
package: #'Microdown-Transformer-Tests'
Expand Down Expand Up @@ -108,13 +98,6 @@ BaselineOfMicrodown >> baseline: spec [
group: 'Tests' with: #('Core' 'Microdown-Tests');
group: 'RichText' with: #('Core' 'Microdown-RichTextComposer' );
group: 'Extensions' with: #(
"
#'Microdown-RichTextPresenter'
#'Microdown-RichTextPresenter-Tests'
#'Microdown-DocumentBrowser'
#'Microdown-DocumentBrowser-Tests'
"
#'Microdown-Evaluator'
#'Microdown-Evaluator-Tests'
#'Microdown-PrettyPrinter'
Expand Down

0 comments on commit b11a6a4

Please sign in to comment.