Skip to content

Commit

Permalink
Fix command test for #9652.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 15, 2024
1 parent 52ee4f1 commit 0f8086c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/9652.md
@@ -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>
````

0 comments on commit 0f8086c

Please sign in to comment.