Skip to content

Commit

Permalink
more polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
melkiyasser committed May 23, 2024
1 parent 4d4c37c commit a664946
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Microdown-ReferenceChecker/MicReferenceCheckerTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MicReferenceCheckerTest >> testAllReferencesAreCorrectinDir [

]

{ #category : 'tests' }
{ #category : 'tests - duplicated anchors' }
MicReferenceCheckerTest >> testDuplicatedAnchorDir [

| dir file1 file2 visitor |
Expand Down Expand Up @@ -104,7 +104,7 @@ MicReferenceCheckerTest >> testDuplicatedAnchorDir [

visitor := MicReferenceChecker new.

self deny: ( visitor checkDir: dir ) .
self deny: ( visitor checkDir: dir )

]

Expand Down Expand Up @@ -266,7 +266,7 @@ See *@anchorSection1@* and *@anchorSection0@*
self assert: visitor duplicatedAnchors equals: OrderedCollection <- #('anchorSection1' 'anchorSection1')
]

{ #category : 'tests' }
{ #category : 'tests - duplicated anchors' }
MicReferenceCheckerTest >> testReportingDuplicatedAnchorsInFile [

| file visitor |
Expand Down Expand Up @@ -322,7 +322,7 @@ See *@anchorSection1@* and *@anchorSection3@*
equals: OrderedCollection <- #( 'anchorSection1' )
]

{ #category : 'tests' }
{ #category : 'tests - duplicated anchors' }
MicReferenceCheckerTest >> testReportingDuplicatedFiguresInFile [

| file visitor |
Expand Down Expand Up @@ -387,7 +387,7 @@ See *@anchorSection1@* and *@anchorSection3@*
equals: OrderedCollection <- #( 'anchorSection1' 'anchorSection1' )
]

{ #category : 'tests' }
{ #category : 'tests - duplicated anchors' }
MicReferenceCheckerTest >> testReportingDuplicatedMathsInFile [

| file visitor |
Expand Down

0 comments on commit a664946

Please sign in to comment.