aboutsummaryrefslogtreecommitdiff
path: root/test/command/4007.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/4007.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/4007.md')
-rw-r--r--test/command/4007.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4007.md b/test/command/4007.md
index 974a88ab9..2529349ff 100644
--- a/test/command/4007.md
+++ b/test/command/4007.md
@@ -3,7 +3,7 @@
\newcommand\arrow\to
$a\arrow b$
^D
-[ Para [ Math InlineMath "a\\to b" ] ]
+[ Para [ Math InlineMath "a\\to\nb" ] ]
```
```