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
Because this is the only line in the grammar box, there's no need to
write a hard break after the production. Including the backslash (\)
like this produces an actual backslash in the rendered output.
Commit 8e713ce (Switch the grammar to use hard breaks, 2023-07-13)
added hard breaks throughout the grammar, for readability. At that
time, this line had the definition of *expression-list* after it, so it
needed a hard break. However, when commit 38eb815 (Remove disused
grammar production, 2024-02-15) later removed *expression-list*, the
hard break got left behind, causing this issue.
Co-authored-by: Kyle Murray <[email protected]>
References: 8e713ce
References: 38eb815
0 commit comments