Skip to content

Commit

Permalink
Change <notest> to <noTest>
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Jul 26, 2024
1 parent 40aeb6a commit a76fbfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/GToolkit-World/GtHomeMultiCardGetStartedSection.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {
GtHomeMultiCardGetStartedSection >> aboutThisBookCard [
"<gtSectionCard>"
<gtExample>
<notest>
<noTest>
^ GtHomeCard page
priority: 20;
pageName: 'About this book';
Expand All @@ -31,7 +31,7 @@ GtHomeMultiCardGetStartedSection >> defaultPriority [
GtHomeMultiCardGetStartedSection >> gtBookCard [
<gtSectionCard>
<gtExample>
<notest>
<noTest>
^ GtHomeCard lepiterBaseWithTableOfContents
title: 'Glamorous Toolkit Book';
description: 'Read the extensive book';
Expand All @@ -53,7 +53,7 @@ GtHomeMultiCardGetStartedSection >> gtBookCard [
{ #category : #example }
GtHomeMultiCardGetStartedSection >> gtBookCardSection [
<gtExample>
<notest>
<noTest>
^ self
]

Expand All @@ -72,7 +72,7 @@ GtHomeMultiCardGetStartedSection >> gtTourCard [
GtHomeMultiCardGetStartedSection >> gtUsedKnowledgeBaseCard [
<gtSectionCard>
<gtExample>
<notest>
<noTest>
^ GtHomeCard lepiterBaseWithTableOfContents
title: 'Local knowledge base';
description: 'Explore your local knowledge base';
Expand Down
8 changes: 4 additions & 4 deletions src/GToolkit-World/GtHomeMultiCardSectionExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Class {
GtHomeMultiCardSectionExamples >> aboutThisBookCard [
<gtSectionCard>
<gtExample>
<notest>
<noTest>
^ GtHomeCard page
priority: 20;
page: (LeDatabase gtBook pageNamed: 'About this book');
Expand Down Expand Up @@ -43,18 +43,18 @@ GtHomeMultiCardSectionExamples >> gtBook2CardSection [
with the <gtSectionCard> pragma."

<gtExample>
<notest>
<noTest>
| section |
section := self.
self assert: section cards size equals: 2.
self assert: section cards size equals: 3.
^ section
]

{ #category : #example }
GtHomeMultiCardSectionExamples >> gtBookCard [
<gtSectionCard>
<gtExample>
<notest>
<noTest>
^ GtHomeCard page
title: 'Glamorous Toolkit Book';
description: 'Read the Glamorous Toolkit book';
Expand Down

0 comments on commit a76fbfb

Please sign in to comment.