[tantek], indy_, [Katherine], [tw2113] and [chrisaldrich] joined the channel
#[tantek]dckc we could use a re-consideration of hAudio in mf2 if you're up for helping with that work
strugee, [jgmac1106], Sajesajama_, gRegorLove, Sajesajama, [jeremycherfas], [Rose], [KevinMarks] and [LewisCowles] joined the channel
#ZegnatThink I found a way to use the old interoperable whitespacing rules when running the mf test suite for the PHP parser. Lets see if my crazy idea actually works.
#Zegnat[jgarber]: I agree with your reading of the spec. I think I am mostly surprised that this is the only test that surfaced that problem with the PHP parser.
#[jgarber]Maybe that's the only embedded markup test that includes the `<img>` resolution bit?
#ZegnatMaybe. Would have expected a test specifically for that. But guess not.
#ZegnatSadly now I do not know if this is because the PHP parser does something wrong, or beceause I do something wrong when I run the tests :(
#ZegnatThe PHP parser has had different whitespace handling since mid-2018, and I feel like many have been using it without issues since then. Sadly it means the test results are extremely hard to grok
#ZegnatAdding space to front and back, fail a different test, hahaha
#[jgarber]Debugging failing tests owing to whitespace errors was def. a challenge.
#ZegnatYeah, so the PHP parser has always done this wrong, it seems
#[jgarber]There are some curious rules in there, but I _think_ the tests are accurate. I just spent a good deal of time with the tests running against some new code so they _should_ be accurate.
#ZegnatI usually do not pay mind to these whitespace idiosyncrasies because they do not exist in the PHP parser :P
#ZegnatWhat with whitespace collapse and all that implemented almost 2 years ago
#ZegnatAlright, reimplemented use of spaces around img replacements. Only 1 failing test left now.
#ZegnatAll mixed tests passing, 1 datetime issue left on mf2 tests, mf1 tests still a mess. Progress!
#Zegnat[jgarber]: PR closed, fixed up on the PHP side, thanks for the sanity check!