aboutsummaryrefslogtreecommitdiff
path: root/test/command/macros.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-14 23:11:21 -0800
committerJohn MacFarlane <[email protected]>2022-01-14 23:11:21 -0800
commit0f3a615fd45a06c58ddfe7ffc15d237c717d79e6 (patch)
tree630ebd7d46f0315ca49d843c6c0f0477b619ee08 /test/command/macros.md
parent5b7d9ef5c278eb7043d55cbce457fbe26cd90dcd (diff)
Include following newline in latex ControlSeq token.token-newline
This gives behavior that comes closer to LaTeX's own. If we don't absorb the following newline, it gets interpreted as a SoftBreak, inserting a spurious space in some contexts.
Diffstat (limited to 'test/command/macros.md')
-rw-r--r--test/command/macros.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/command/macros.md b/test/command/macros.md
index 9f7a0f9d3..7e5f3eca7 100644
--- a/test/command/macros.md
+++ b/test/command/macros.md
@@ -79,8 +79,7 @@ x &= y\\\end{aligned}\]
\newcommand{\my}{\phi}
\begin{equation}
-\phi+\phi
-\end{equation}
+\phi+\phi\end{equation}
```
```