Skip to content

Fix 2 tests from MicToCHTML#1088

Open
AntoineUsal wants to merge 3 commits into
pillar-markup:devfrom
AntoineUsal:MicToCHTML
Open

Fix 2 tests from MicToCHTML#1088
AntoineUsal wants to merge 3 commits into
pillar-markup:devfrom
AntoineUsal:MicToCHTML

Conversation

@AntoineUsal
Copy link
Copy Markdown
Collaborator

Fix #1085

@@ -480,24 +480,23 @@ MicHTMLVisitor >> visitMonospace: aMonospace [
]

{ #category : 'visiting - list' }
Copy link
Copy Markdown
Contributor

@Ducasse Ducasse May 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the super invocation is not correct?
Then there is also visitChildrenOf: that is doing the same as the change proposed.

If we take you change basically this is impossible to change the item rendering.

with: [
aMicTocEntry header headerElements do: [ :each |
each accept: self ] ] ]
aMicTocEntry header children do: [ :each | each accept: self ] ] ]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not keep the code as it is?
What is the difference because headerElements are the children

So this changes should have no impact

@AntoineUsal AntoineUsal changed the title Fix 2 from MicToCHTML Fix 2 tests from MicToCHTML May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check failing tests of MicToCHTML

2 participants