pillar icon indicating copy to clipboard operation
pillar copied to clipboard

Some PRMicrodownWriter tests are broken...

Open Ducasse opened this issue 3 years ago • 1 comments

testPRInputFileAnnotation

	| pillar |
	pillar := PRPillarParser new parse:
		          '${inputFile:path=Chapters/Smacc/SmaccIntro.pillar}$

${inputFile:path=Chapters/Smacc/SmaccTutorial.pillar}$

${inputFile:path=Chapters/Smacc/SmaccScanner.pillar}$

${inputFile:path=Chapters/Smacc/SmaccParser.pillar}$'.
	self
		assert: (self writer start: pillar) contents
		equals: '<? inputFile: |path=Chapters/Smacc/SmaccIntro.pillar
?>

<? inputFile: |path=Chapters/Smacc/SmaccTutorial.pillar
?>

<? inputFile: |path=Chapters/Smacc/SmaccScanner.pillar
?>

<? inputFile: |path=Chapters/Smacc/SmaccParser.pillar
?>'

They use the old format.

Ducasse avatar Jul 24 '22 15:07 Ducasse

I have check and made a PR for this

DelGaylord avatar Jul 27 '22 09:07 DelGaylord