aboutsummaryrefslogtreecommitdiff
path: root/test/command/5650.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-10 10:40:49 -0800
committerJohn MacFarlane <[email protected]>2022-01-10 10:40:49 -0800
commit7bf119168658627dbddcc6753b79a5f921519782 (patch)
tree464d540b7e82a45914b9ad73f0cfc7014899b898 /test/command/5650.md
parent6f739cdb4d754e04a006aa796c45342e92a424bb (diff)
HTML writer: don't break attributes values when wrapping.
Diffstat (limited to 'test/command/5650.md')
-rw-r--r--test/command/5650.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/command/5650.md b/test/command/5650.md
index 1e96aeaa4..c333d5bcd 100644
--- a/test/command/5650.md
+++ b/test/command/5650.md
@@ -5,8 +5,8 @@ a
b
```
^D
-<div class="sourceCode" id="foocb1"><pre class="sourceCode
-haskell"><code class="sourceCode haskell"><span id="foocb1-1"><a href="#foocb1-1" aria-hidden="true" tabindex="-1"></a>a</span>
+<div class="sourceCode" id="foocb1"><pre
+class="sourceCode haskell"><code class="sourceCode haskell"><span id="foocb1-1"><a href="#foocb1-1" aria-hidden="true" tabindex="-1"></a>a</span>
<span id="foocb1-2"><a href="#foocb1-2" aria-hidden="true" tabindex="-1"></a>b</span></code></pre></div>
````
@@ -17,8 +17,8 @@ a
b
```
^D
-<div class="sourceCode" id="foobar"><pre class="sourceCode
-haskell"><code class="sourceCode haskell"><span id="foobar-1"><a href="#foobar-1" aria-hidden="true" tabindex="-1"></a>a</span>
+<div class="sourceCode" id="foobar"><pre
+class="sourceCode haskell"><code class="sourceCode haskell"><span id="foobar-1"><a href="#foobar-1" aria-hidden="true" tabindex="-1"></a>a</span>
<span id="foobar-2"><a href="#foobar-2" aria-hidden="true" tabindex="-1"></a>b</span></code></pre></div>
````