Closed lgiraudel closed 7 years ago
Hello ! The test is bogus. From v6.8.0, all the "magic" (replacing) in ClickableHook is made in beforeParse, and not in afterParse. So you should check your test against ->beforeParse(text) and see if there's a problem. Anyways, I pretty heavily tested an upcoming update (6.8.1), for which I created a pull request just earlier, and I saw no problems whatsoever.
Awesome, closing this!
Hello,
I noticed something between the 6.7.2 and 6.8.0 versions which changes the behavior regarding the
<br/>
tags.I didn't found a fix for now, but here's a phpunit test showing the error.
In 6.7.2, everything is fine:
But in 6.8.0:
Is this change wanted?