Update command test for change to LaTeX LineBreak handling.

This commit is contained in:
John MacFarlane 2021-06-21 22:34:38 -07:00
parent ed3974a254
commit 2ef2049b4e

View file

@ -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 \\
```