aboutsummaryrefslogtreecommitdiff
path: root/test/command/2874.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-21 22:34:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-21 22:34:38 -0700
commit2ef2049b4e94dc51961e75edb27af1d2f83acd3b (patch)
treec519d8e92c4506fdbe82177c405b3b3359d29a4c /test/command/2874.md
parented3974a254c3e0c4e7a34d5d25ddef90c25d2092 (diff)
downloadpandoc-2ef2049b4e94dc51961e75edb27af1d2f83acd3b.tar.gz
Update command test for change to LaTeX LineBreak handling.
Diffstat (limited to 'test/command/2874.md')
-rw-r--r--test/command/2874.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/2874.md b/test/command/2874.md
index 1fb530dc1..99f46d2fb 100644
--- a/test/command/2874.md
+++ b/test/command/2874.md
@@ -3,12 +3,12 @@
<a></a>
<br/>
^D
-{}~\\
+{}\strut \\
```
```
% pandoc -f html -t latex
<a name="foo"></a><br/>
^D
-\protect\hypertarget{foo}{}{}~\\
+\protect\hypertarget{foo}{}{}\strut \\
```