aboutsummaryrefslogtreecommitdiff
path: root/test/command/3983.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/3983.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/3983.md')
-rw-r--r--test/command/3983.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/3983.md b/test/command/3983.md
index 82c1deef0..3d93a436b 100644
--- a/test/command/3983.md
+++ b/test/command/3983.md
@@ -5,7 +5,7 @@
\graphicspath\expandafter{\expandafter{\filename@area}}%
\makeatother
^D
-[ RawBlock (Format "latex") "\\makeatletter"
+[ RawBlock (Format "latex") "\\makeatletter\n"
, RawBlock (Format "latex") "\\makeatother"
]
```
@@ -17,7 +17,7 @@
\DeclareRobustCommand{\urlfootnote}{\hyper@normalise\urlfootnote@}
\makeatother
^D
-[ RawBlock (Format "latex") "\\makeatletter"
+[ RawBlock (Format "latex") "\\makeatletter\n "
, RawBlock (Format "latex") "\\makeatother"
]
```