diff options
| author | John MacFarlane <[email protected]> | 2024-04-15 10:19:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-15 10:19:22 -0700 |
| commit | 0f8086cbd32a4779e90db46e9b64595df3aeff2d (patch) | |
| tree | 89b88aa9ef7abf54c338fcbef94c684a5d5bc125 /test/command | |
| parent | 52ee4f109fc3166a94222794387f0913048e8c77 (diff) | |
Fix command test for #9652.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/9652.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/9652.md b/test/command/9652.md index e3f586d7f..236b0a9bb 100644 --- a/test/command/9652.md +++ b/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> ```` |
