Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Dumper listItem looks wrong

Open Ducasse opened this issue 3 years ago • 0 comments

visitListItem: anItem

	self flag: #arg.
	self 
		element: anItem 
		during: [
			anItem children 
				do: [ :each | each accept: self ]
				separatedBy: [ ''.	'' ] ]

managing a list is ok but at least we should open it and close it and this is clearly not the case.

  • Should write a test showing the problem
  • Fix it.

Ducasse avatar Oct 25 '22 14:10 Ducasse