Fix command test for #9652.

This commit is contained in:
John MacFarlane
2024-04-15 10:19:22 -07:00
parent 52ee4f109f
commit 0f8086cbd3
+2 -2
View File
@@ -1,9 +1,9 @@
````
% pandoc -f markdown -t html --embed-resources
```{=html}
<img class="something" src="9652.svg" />
<img class="something" src="command/9652.svg" />
```
^D
<svg id="svg_b627f92299158b36552b" role="img" class="something please-do-not-delete-me" width="504.00pt" height="360.00pt" viewBox="0 0 504.00 360.00">
<svg id="svg_b627f92299158b36552b" role="img" width="504.00pt" height="360.00pt" viewBox="0 0 504.00 360.00" class="something please-do-not-delete-me">
</svg>
````