pillar
pillar copied to clipboard
Some PRMicrodownWriter tests are broken...
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.
I have check and made a PR for this