You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #124 Add a failing test about diff code highlighting (javiereguiluz)
This PR was squashed before being merged into the main branch.
Discussion
----------
Add a failing test about diff code highlighting
`@wouterj` reported that a code block here https://symfony.com/doc/current/security.html#form-login didn't show any highlighting.
It's true. The problem occurs when a `diff` code block doesn't start its first line with `+` or `-` In this failing test, the first code block works but the second doesn't ~(to be completely honest, the first one doesn't work either because of some white space issue which I can't see, but it mostly works)~ <-- this problem was fixed by Ryan. Thanks!
Commits
-------
ac48cde Add a failing test about diff code highlighting
0 commit comments