Microdown
Microdown copied to clipboard
In P11 dev branch contains broken tests
I do not know why but in P11 loading the latest dev branch produces broken tests

initialTextAttributesForPixelHeight: aNumber
"Render undefined same way as defined"
"Perhaps this is not the right spot to hook into stuff, but it seems to work"
| dict |
dict := super initialTextAttributesForPixelHeight: aNumber.
dict at: #undefinedIdentifier put: (dict at: #instVar).
dict at: #undefinedKeyword put: (dict at: #keyword).
dict at: #undefinedBinary put: (dict at: #binary).
dict at: #undefinedUnary put: (dict at: #unary).
^ dict
dict at: #undefinedKeyword put: (dict at: #keyword). #keyword is not known.
I have an idea, will look at it soon
May be ,y repo was not up to date. Retrying now.
No even after pulling all the latest changes.